get_returncode()
Return the subprocess returncode as an integer or None
if it hasn’t returned, similarly to the subprocess.Popen.returncode
attribute.
get_returncode()
Return the subprocess returncode as an integer or None
if it hasn’t returned, similarly to the subprocess.Popen.returncode
attribute.
Please login to continue.