-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
EHN: Add filename to FileNotFoundError #24266
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
Hello @milliams! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on January 05, 2019 at 19:42 Hours UTC |
Codecov Report
@@ Coverage Diff @@
## master #24266 +/- ##
==========================================
+ Coverage 92.22% 92.22% +<.01%
==========================================
Files 162 162
Lines 51785 51785
==========================================
+ Hits 47758 47759 +1
+ Misses 4027 4026 -1
Continue to review full report at Codecov.
|
@milliams can you merge master and update to comments |
closing as stale, if you want to continue, pls ping. |
@jreback : I'm going to push this through. |
@jreback : I rebased and addressed my own comment, and all is still green. PTAL. |
When pandas raises a
FileNotFoundError
, it was not setting thefilename
component.This adds in that feature as well a test for it.