MCPcopy Create free account
hub / github.com/cloudflare/cloudflared / SubprocessError

Class SubprocessError

component-tests/cli.py:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96
97class SubprocessError(Exception):
98 def __init__(self, program, exit_code, cause):
99 self.program = program
100 self.exit_code = exit_code
101 self.cause = cause
102
103
104def run_subprocess(cmd, cmd_name, logger, timeout=SINGLE_CASE_TIMEOUT, **kargs):

Callers 1

run_subprocessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…