Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

creating a container with a non-existing device profile does not throw an error #18

Open
msherman64 opened this issue Aug 4, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@msherman64
Copy link
Contributor

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.

@msherman64 msherman64 added the enhancement New feature or request label Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant