diff options
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}"' ) |
