Skip to content

Commit

Permalink
Update payu/models/mom6.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dougie Squire <42455466+dougiesquire@users.noreply.github.com>
  • Loading branch information
anton-seaice and dougiesquire authored Feb 13, 2025
1 parent e06cf39 commit 447598a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payu/models/mom6.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def mom6_save_docs_files(model):

repo.commit(
commit_message = "payu archive: documentation of MOM6 run-time configuration" ,
paths_to_commit = glob(os.path.join(docs_folder,MOM6_DOCS))
paths_to_commit = glob(os.path.join(docs_folder, MOM6_DOCS))
)

class Mom6(MomMixin, Fms):
Expand Down

0 comments on commit 447598a

Please sign in to comment.