This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asmeurer
Recipients asmeurer
Date 2021-06-18.20:59:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624049977.61.0.207716246546.issue44455@roundup.psfhosted.org>
In-reply-to
Content
$ ./python.exe -m compileall doesntexist
Listing 'doesntexist'...
Can't list 'doesntexist'
$ echo $?
0

It's standard for a command line tool that processes files to exit nonzero when given a directory that doesn't exist.
History
Date User Action Args
2021-06-18 20:59:37asmeurersetrecipients: + asmeurer
2021-06-18 20:59:37asmeurersetmessageid: <1624049977.61.0.207716246546.issue44455@roundup.psfhosted.org>
2021-06-18 20:59:37asmeurerlinkissue44455 messages
2021-06-18 20:59:37asmeurercreate