Say "Directory not found" instead of "IndexError" when source directory does not exist #1967
Closed
3 tasks done
Labels
area/error-handling
Bad error messages/insufficient error handling
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: Windows 10
Poetry version: 1.0.2
Can't use Gist:
Issue
The exception occurs because I don't have an
src/test_locust
folder as specified in the config.What I am asking is simply that
poetry
shows a useful message saying it couldn't find thesrc/test_locust
directory, just like when it saysor
Thanks 🙂 !
The text was updated successfully, but these errors were encountered: