Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Sep 9, 2024
1 parent 5cdf64a commit 046bd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/osemosys_global/external_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
def download_file(file: str, url: Path | str) -> None:
"""Downloads a file if the file does not already exist"""

if Path(path).exists():
if Path(file).exists():
logging.info(f"{file} already exists")
return

Expand Down

0 comments on commit 046bd3d

Please sign in to comment.