-
Notifications
You must be signed in to change notification settings - Fork 24
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
improve error message from qiime tools replay-proveance
on invalid input file path
#321
Comments
Four different types of payloads are accepted as indicated by this line:
Finding the proper parser is done by try/excepting each of them. We can't know that the |
Thanks for looking into @colinvwood. Could we perform specific checks to narrow it down, either instead of the try/except or as a result of an Exception being raised? |
I got the following error message after passing a invalid file path (my input file didn't exist). This should produce a more concise error message, just focused around the
FileNotFoundError
.The text was updated successfully, but these errors were encountered: