summaryrefslogtreecommitdiff
path: root/executors.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-08-10 10:11:27 -0700
committerScott Gasch <[email protected]>2022-08-10 10:11:27 -0700
commit33deb4df80de733ac25c4d4061c18b2e0eac39e7 (patch)
tree8795b034609d451bb0db51cdd27d789219edfb2a /executors.py
parent300300e13b91ed6a382ccbb1d7bdb3e3c3c46788 (diff)
Upgrade to python 3.9.
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 4269371..6485afa 100644
--- a/executors.py
+++ b/executors.py
@@ -993,7 +993,7 @@ class RemoteExecutor(BaseExecutor):
self.status.record_processing_began(uuid)
cmd = (
f'{SSH} {bundle.username}@{bundle.machine} '
- f'"source py38-venv/bin/activate &&'
+ f'"source py39-venv/bin/activate &&'
f' /home/scott/lib/python_modules/remote_worker.py'
f' --code_file {bundle.code_file} --result_file {bundle.result_file}"'
)