Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
from
opendm
import
log
15
16
class
SubprocessException(Exception):
17
def
__init__(self, msg, errorCode):
18
super().__init__(msg)
19
self.errorCode = errorCode
20
21
class
ExitException(Exception):
22
pass
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected