-
Notifications
You must be signed in to change notification settings - Fork 168
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
refactor: improve python error messages #2415
refactor: improve python error messages #2415
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2415 +/- ##
==========================================
+ Coverage 49.59% 49.69% +0.09%
==========================================
Files 453 454 +1
Lines 25694 25809 +115
Branches 11808 11852 +44
==========================================
+ Hits 12744 12825 +81
- Misses 4572 4581 +9
- Partials 8378 8403 +25 see 9 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Looks good.
Sometimes, the
setattr
in our special python constructor fails, and its not so easy to find out why. This should help by printing the key and the value that did not work together.