[issue24888] FileNotFoundException raised by subprocess.call

Irit Katriel report at bugs.python.org
Fri Jun 18 19:07:52 EDT 2021


Irit Katriel <iritkatriel at gmail.com> added the comment:

The FileNotFoundException exception is coming from the Popen call, and the docs for subprocess.check_call already mention that it delegates to Popen.

There are quite a few different exceptions that Popen could raise, so I think David's general comment is valid, it would not make sense to mention just this one, or to try and list all of them.

----------
nosy: +iritkatriel

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue24888>
_______________________________________


More information about the Python-bugs-list mailing list