Skip to content

Commit

Permalink
fix repr in taskvine
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Sep 5, 2024
1 parent 4938dbf commit 98d7693
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parsl/executors/taskvine/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 98d7693

Please sign in to comment.