"""Errors"""
from __future__ import absolute_import, unicode_literals
class ProcessCallFailed(RuntimeError):
"""Failed a process call"""
def __init__(self, code, out, err, cmd):
super(ProcessCallFailed, self).__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 | 199 B | 0644 |
|
| error.py | File | 352 B | 0644 |
|
| lock.py | File | 4.67 KB | 0644 |
|
| six.py | File | 1.43 KB | 0644 |
|
| zipapp.py | File | 1.03 KB | 0644 |
|