Thanks to visit codestin.com Credit goes to github.com
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 34d82ce commit 19a304bCopy full SHA for 19a304b
1 file changed
Doc/library/subprocess.rst
@@ -1149,6 +1149,8 @@ calls these functions.
1149
code was zero then return, otherwise raise :exc:`CalledProcessError`. The
1150
:exc:`CalledProcessError` object will have the return code in the
1151
:attr:`~CalledProcessError.returncode` attribute.
1152
+ If :func:`check_call` was unable to start the process it will propagate the exception
1153
+ that was raised.
1154
1155
Code needing to capture stdout or stderr should use :func:`run` instead::
1156
0 commit comments