From 98d76936d2520085c001a8d3e8c41ec2bea55fac Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Thu, 5 Sep 2024 12:55:48 +0000 Subject: [PATCH] fix repr in taskvine --- parsl/executors/taskvine/executor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parsl/executors/taskvine/executor.py b/parsl/executors/taskvine/executor.py index 2e1efb211f..c31c46d615 100644 --- a/parsl/executors/taskvine/executor.py +++ b/parsl/executors/taskvine/executor.py @@ -108,6 +108,8 @@ def __init__(self, storage_access: Optional[List[Staging]] = None): # Set worker launch option for this executor + # This is to make repr work - otherwise it raises an attribute error + self.worker_launch_method = worker_launch_method if worker_launch_method == 'factory' or worker_launch_method == 'manual': provider = None