home
·
contact
·
privacy
projects
/
ledgplom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70c7d4e
)
Revert erroneous removal of sys_exit.
master
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 24 Sep 2025 13:43:35 +0000
(15:43 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 24 Sep 2025 13:43:35 +0000
(15:43 +0200)
src/run.py
patch
|
blob
|
history
diff --git
a/src/run.py
b/src/run.py
index 547aa4365d736f9dfbba4cbf85dcf8311c34f98d..92cb626c97760cb27e109b59fb8d9a55d282da45 100755
(executable)
--- a/
src/run.py
+++ b/
src/run.py
@@
-4,6
+4,7
@@
# standard libs
from os import environ
from pathlib import Path
+from sys import exit as sys_exit
from plomlib.setup import dependency_hint
# non-standard libs
try: