From 33deb4df80de733ac25c4d4061c18b2e0eac39e7 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Wed, 10 Aug 2022 10:11:27 -0700 Subject: Upgrade to python 3.9. --- executors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executors.py') 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}"' ) -- cgit v1.3