-
Notifications
You must be signed in to change notification settings - Fork 85
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
PrefixList validation tracebacks are chained #1155
Comments
One way to fix is to do traits/traits/base_trait_handler.py Lines 57 to 76 in 94a3dca
But this is perhaps too general and removed from the context where the exception came from. There are probably situations where the chained traceback is helpful. We could add a flag in |
Bumping to 6.2.0 |
"Fixed" in #1563 for More generally, any Relevant code:
|
Validation exceptions from assignment to a
PrefixList
trait have some unnecessary chaining; this is going to clutter logs and consoles. It would be good to get rid of this.This is probably not specific to
PrefixList
.Assigning to the 6.1 milestone to see if there's anything we can reasonably do about this before the release. If not, it can be bumped.
The text was updated successfully, but these errors were encountered: