summaryrefslogtreecommitdiff
path: root/remote_worker.py
diff options
context:
space:
mode:
Diffstat (limited to 'remote_worker.py')
-rwxr-xr-xremote_worker.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/remote_worker.py b/remote_worker.py
index 42aeb85..211b213 100755
--- 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=False,
+ default=True,
help='Should we watch for the cancellation of our parent ssh process?'
)