diff options
| author | Scott Gasch <[email protected]> | 2022-08-10 10:11:27 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-08-10 10:11:27 -0700 |
| commit | 33deb4df80de733ac25c4d4061c18b2e0eac39e7 (patch) | |
| tree | 8795b034609d451bb0db51cdd27d789219edfb2a /executors.py | |
| parent | 300300e13b91ed6a382ccbb1d7bdb3e3c3c46788 (diff) | |
Upgrade to python 3.9.
Diffstat (limited to 'executors.py')
| -rw-r--r-- | executors.py | 2 |
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}"' ) |
