betty.subprocess module#
Provide a subprocess API.
- exception betty.subprocess.CalledSubprocessError#
Bases:
CalledProcessError,SubprocessErrorRaised when a subprocess was successfully invoked, but subsequently failed during its own execution.
- exception betty.subprocess.FileNotFound#
Bases:
FileNotFoundError,SubprocessErrorRaised when a command could not be found.