Skip to content

Commit

Permalink
Remove repr fix that isn't needed
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Jan 6, 2025
1 parent b688f3b commit bb76cac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions parsl/executors/taskvine/executor.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Set worker launch option for this executor
""" TaskVineExecutor utilizes the TaskVine distributed framework developed by the
Cooperative Computing Lab (CCL) at Notre Dame to provide a fault-tolerant,
high-throughput system for delegating Parsl tasks to thousands of remote machines
Expand Down Expand Up @@ -110,8 +111,6 @@ 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 bb76cac

Please sign in to comment.