-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Prevent make venv from saying it succeeded when it failed #136854
Copy link
Copy link
Closed
Labels
Description
As reported in python/devguide#1607, if an error happens when executing make venv, it will still be reported as successful ("The venv has been created in the ./venv directory").
The set -e option should be enabled to exit on error.
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
Done
Status
Todo