Skip to content

Commit

Permalink
Change code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Jan 29, 2020
1 parent 011c111 commit 8f08fdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion payu/models/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ def setup(self):
workrelpath,
f_name
)
# Do not use input file if it is in RESTART
# Do not use input file if already linked
# as a restart file
if not os.path.exists(f_link):
self.expt.manifest.add_filepath(
'input',
Expand Down

0 comments on commit 8f08fdc

Please sign in to comment.