Skip to content

Commit

Permalink
remove parsl localchannel makedirs reference
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiGlobus committed Nov 25, 2024
1 parent 92fce00 commit 453dc3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def load_config(self):
self.provider.channel.script_dir = os.path.join(
working_dir, "submit_scripts"
)
self.provider.channel.makedirs(
os.makedirs(
self.provider.channel.script_dir, exist_ok=True
)
os.makedirs(self.provider.script_dir, exist_ok=True)
Expand Down

0 comments on commit 453dc3a

Please sign in to comment.