MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / CalledProcessError

Class CalledProcessError

Lib/subprocess.py:400–411  ·  view source on GitHub ↗

This exception is raised when a process run by check_call() or check_output() returns a non-zero exit status. The exit status will be stored in the returncode attribute; check_output() will also store the output in the output attribute.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

check_callFunction · 0.85
check_outputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected