Skip to content

Commit

Permalink
fix typo in buildnml
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing authored Aug 8, 2024
1 parent 27d70a8 commit 6920c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def buildnml(case, caseroot, compname):
break

if not os.path.exists(os.path.join(rundir, clm_startfile)):
logger.warning("WARNING: Could NOT find a start file to use using" + clm_startfile)
logger.warning("WARNING: Could NOT find a start file named" + clm_startfile)
clm_icfile = "%s = '%s'" % (startfile_type, clm_startfile)
else:
clm_icfile = ""
Expand Down

0 comments on commit 6920c19

Please sign in to comment.