projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7913fe8
)
Watch for grandparent ssh termination by default.
author
Scott
<scott@wannabe.house>
Sun, 23 Jan 2022 00:57:12 +0000
(16:57 -0800)
committer
Scott
<scott@wannabe.house>
Sun, 23 Jan 2022 00:57:12 +0000
(16:57 -0800)
remote_worker.py
patch
|
blob
|
history
diff --git
a/remote_worker.py
b/remote_worker.py
index 42aeb854ce633b47e1f1be85b40bce8bf8d436f6..211b2132ff07c8ef0caa54b4b68e89e3fe7c8caf 100755
(executable)
--- a/
remote_worker.py
+++ b/
remote_worker.py
@@
-6,7
+6,6
@@
results.
import logging
import os
-import platform
import signal
import threading
import sys
@@
-44,7
+43,7
@@
cfg.add_argument(
cfg.add_argument(
'--watch_for_cancel',
action=argparse_utils.ActionNoYes,
- default=
Fals
e,
+ default=
Tru
e,
help='Should we watch for the cancellation of our parent ssh process?'
)