Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ashjbarnes committed Feb 16, 2024
1 parent 7a94024 commit 3f8f0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regional_mom6/regional_mom6.py
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ def setup_run_directory(
):
shutil.copy(overwrite_run_dir / file.name, self.mom_run_dir)
else:
shutil.copy(base_run_dir / file, self.mom_run_dir)
shutil.copy(base_run_dir / file.name, self.mom_run_dir)
else:
shutil.copytree(base_run_dir, self.mom_run_dir, dirs_exist_ok=True)
if overwrite_run_dir != False:
Expand Down

0 comments on commit 3f8f0ed

Please sign in to comment.