You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`subprocess.run` returns [CompletedProcess][1]. When used in conjunction
with `subprocess.PIPE` for `stderr` or `stdout` it also has a
corresponding string or bytes parameter. They are not file-like objects
as in the case of `subprocess.Popen` which supports streaming pipes.
[1] https://docs.python.org/3/library/subprocess.html#subprocess.CompletedProcess.stderr
0 commit comments