-
Izzard, Robert Dr (Maths & Physics) authored
changed quit() to quit(1) with a more complete error message to handle the (common) case when the BINARY_C environment variable is not set. With quit(), the return code is 0 so pip just gives a confusing "oserror". With quit(1), an error is raised and the output sent to the terminal.
Izzard, Robert Dr (Maths & Physics) authoredchanged quit() to quit(1) with a more complete error message to handle the (common) case when the BINARY_C environment variable is not set. With quit(), the return code is 0 so pip just gives a confusing "oserror". With quit(1), an error is raised and the output sent to the terminal.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
setup.py 8.87 KiB