Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Oct 30, 2024
1 parent afc2924 commit 9466f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otter/run/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def main(
else:
shutil.copy(submission, os.path.join(ag_dir, "submission"))

for file in (extra_submission_files or []):
for file in extra_submission_files or []:
fp = pathlib.Path(os.path.join(ag_dir, file))
# create any intermediate directories before copying the file
fp.parents[0].mkdir(parents=True, exist_ok=True)
Expand Down

0 comments on commit 9466f3a

Please sign in to comment.