-
Notifications
You must be signed in to change notification settings - Fork 143
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
Error when file is not found #859
Comments
Do we need to split out the i.e. does this error ever get triggered except for non-existent filepaths? I tried to trigger it by passing in various silly arguments to |
Indeed The issue is that
And I am not sure all of them are properly handled later by
? |
I think this would break |
I am flexible here - maybe even |
How about #863? |
* Improve error message in case input file doesn't exist Attempt to fix #859. * fix test
The message in
CSV.jl/src/context.jl
Line 179 in 0eaacb4
is reported to be misleading by the users.
Maybe we could split the
isfile
condition to a separate test and if file is not found report that it was not found? (users think that "valid file" means that file exists but did not pass validation)The text was updated successfully, but these errors were encountered: