-
Notifications
You must be signed in to change notification settings - Fork 80
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
loading signatures from pathlist fails confusingly if pathlist contains bad paths #1845
Comments
this is probably something where reporting the actual exception text can be the solution. |
what happens when you use
so the problem is that the error that is raised from within the pathlist loading code is the same as "this is not a valid database to load, move on and try another". so you get this top level output:
which is not very nice. |
per #1414 (comment) maybe we should just remove pathlists altogether and standardize on |
below, if
pathlist.txt
contains a path that cannot be loaded, sourmash tells us thatpathlist.txt
can't be loaded instead of complaining about the specific file.The text was updated successfully, but these errors were encountered: