Skip to content

Commit

Permalink
Default script names end with .sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Oct 25, 2023
1 parent d876d78 commit 9f1a976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/ctsm/toolchain/gen_mksurfdata_jobscript_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def get_parser():
action="store",
dest="jobscript_file",
required=False,
default="mksurfdata_jobscript_multi",
default="mksurfdata_jobscript_multi.sh",
)
return parser

Expand Down
2 changes: 1 addition & 1 deletion python/ctsm/toolchain/gen_mksurfdata_jobscript_single.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_parser():
action="store",
dest="jobscript_file",
required=False,
default="mksurfdata_jobscript_single",
default="mksurfdata_jobscript_single.sh",
)
return parser

Expand Down

0 comments on commit 9f1a976

Please sign in to comment.