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
The Python library high-level API has been modified somewhat.
It's now generally invoked with run and an instance of CompletedProcess is returned. On this instance, one can access stdout, stderr, return code, etc.
I think this is a pretty nice API to work with, so just curious if there are any plans to implement a similar high-level API for this library?
Thanks for a great library! 🏅
The Python library high-level API has been modified somewhat.
It's now generally invoked with
run
and an instance ofCompletedProcess
is returned. On this instance, one can access stdout, stderr, return code, etc.I think this is a pretty nice API to work with, so just curious if there are any plans to implement a similar high-level API for this library?
More details:
https://docs.python.org/3/library/subprocess.html#using-the-subprocess-module
https://docs.python.org/3/library/subprocess.html#subprocess.CompletedProcess
The text was updated successfully, but these errors were encountered: