summaryrefslogtreecommitdiff
path: root/executors.py
diff options
context:
space:
mode:
Diffstat (limited to 'executors.py')
-rw-r--r--executors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/executors.py b/executors.py
index dcc2180..399e32d 100644
--- a/executors.py
+++ b/executors.py
@@ -63,7 +63,7 @@ parser.add_argument(
)
SSH = '/usr/bin/ssh -oForwardX11=no'
-SCP = '/usr/bin/scp'
+SCP = '/usr/bin/scp -C'
def make_cloud_pickle(fun, *args, **kwargs):