MCPcopy Create free account
hub / github.com/OpenDroneMap/ODM / SubprocessException

Class SubprocessException

opendm/system.py:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14from opendm import log
15
16class SubprocessException(Exception):
17 def __init__(self, msg, errorCode):
18 super().__init__(msg)
19 self.errorCode = errorCode
20
21class ExitException(Exception):
22 pass

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected