"""Errors""" class ProcessCallFailed(RuntimeError): """Failed a process call""" def __init__(self, code, out, err, cmd): super().__init__(code, out, err, cmd) self.code = code self.out = out self.err = err self.cmd = cmd
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
path | Folder | 0755 |
|
|
subprocess | Folder | 0755 |
|
|
__init__.py | File | 0 B | 0644 |
|
error.py | File | 272 B | 0644 |
|
lock.py | File | 4.67 KB | 0644 |
|
zipapp.py | File | 982 B | 0644 |
|