We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7a354 commit 2363910Copy full SHA for 2363910
Doc/library/subprocess.rst
@@ -1125,6 +1125,8 @@ calls these functions.
1125
code was zero then return, otherwise raise :exc:`CalledProcessError`. The
1126
:exc:`CalledProcessError` object will have the return code in the
1127
:attr:`~CalledProcessError.returncode` attribute.
1128
+ If :func:`check_call` was unable to start the process it will propagate the exception
1129
+ that was raised.
1130
1131
Code needing to capture stdout or stderr should use :func:`run` instead::
1132
0 commit comments