Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
colinthomas-z80 committed May 23, 2024
1 parent ebd0ec4 commit 2865342
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions parsl/executors/taskvine/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ def __create_data_and_logging_dirs(self):
# Use the current run directory from Parsl
run_dir = self.run_dir

run_idx = run_dir.split("/")[-1]

# Create directories for data and results
log_dir = os.path.join(run_dir, self.label)
self._function_data_dir = os.path.join("/tmp/function_data/", self.label, str(uuid.uuid4()))
Expand Down

0 comments on commit 2865342

Please sign in to comment.