-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Properly handle missing attributes in query/eval strings #32408
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
|
I don't know what the failure "codecov/patch — 0% of diff hit (target 50%)" means. Am I supposed to write tests for this change? |
jreback
left a comment
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.
always start with a test
jreback
left a comment
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.
can you add a whatsnew note for 1.1. in the conversion bug fix section
|
can you add a whatsnew note for 1.1, in the Other bug fix section |
87d9b30 to
49ac9b6
Compare
|
thanks @alexmojaki will merge on green. |
|
Presumably that docs failure is for unrelated reasons? |
I think fixed by #32840. can you merge master |
|
Can you merge master again and re-push? Should be fixed on master |
|
The last build succeeded 5 hours ago, but github hasn't been updated. I've never seen that before. |
|
Thanks @alexmojaki |
Consider this script:
Currently it raises an error like this:
Adding
__class__to that line changes the error to the more sensible:Re-raising the original error gives what's really needed: