MCPcopy Create free account
hub / github.com/defold/defold / ExecException

Class ExecException

build_tools/run.py:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import sys
18
19class ExecException(Exception):
20 def __init__(self, retcode, output):
21 self.retcode = retcode
22 self.output = output
23 def __init__(self, retcode):
24 self.retcode = retcode
25 self.output = ''
26
27def _to_str(x):
28 if x is None:

Callers 1

_exec_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected