-
Notifications
You must be signed in to change notification settings - Fork 96
Compatible bundle with item type error #677
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
Conversation
…d Exception to get_item_types, for test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense and looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kevinlacaille I may have found a issue that needs correction. I also made a couple suggestions to use Python language features for improved performance.
…and consistent. Raised a more verbose exception.
…tion in validate_item_type.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work @kevinlacaille !
Validating
item_type
beforebundle
, so that the item type compatibility exception will propagate before the bundle validation exception.Closes #618