We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
state_keys is a list. Trying to remove an item from a list that is not contained, raises a ValueError, not a KeyError.
Also StateSetter.set arguments "ignore,first,last" are not properly propagated to nested calls to set, e.g. in _do_instance
The text was updated successfully, but these errors were encountered:
Fix for enthought#302
c688806
Fix for enthought#302 part 2
c752239
Make sure ignore, first, last are propagated to nested set() calls
No branches or pull requests
state_keys is a list. Trying to remove an item from a list that is not contained, raises a ValueError, not a KeyError.
Also StateSetter.set arguments "ignore,first,last" are not properly propagated to nested calls to set, e.g. in _do_instance
The text was updated successfully, but these errors were encountered: