You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
container.create_container(args...., device_profile=["nonsense_string"]) will execute successfully, but do nothing, so long as nonsense_string is not the name of an existing device profile.
This should raise an error associated with a non-existing device profile.
The text was updated successfully, but these errors were encountered:
container.create_container(args...., device_profile=["nonsense_string"]) will execute successfully, but do nothing, so long as nonsense_string is not the name of an existing device profile.
This should raise an error associated with a non-existing device profile.
The text was updated successfully, but these errors were encountered: