making subprocess inpython sound like a girl code example
Example: python subprocess exception handling
try:
subprocess.check_output(...)
except subprocess.CalledProcessError as e:
print(e.output)
try:
subprocess.check_output(...)
except subprocess.CalledProcessError as e:
print(e.output)