Skip to content

Commit 2adcbf6

Browse files
committed
fix an error
1 parent 0ea6fca commit 2adcbf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cime_config/buildlib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ def _build_cam():
130130
if case.get_value("COMP_INTERFACE") == "nuopc":
131131
paths.append(os.path.join(__CIMEROOT, "src", "drivers",
132132
"nuopc", "nuopc_cap_share"))
133-
# End with
133+
# End if
134134

135135
# Write Filepath text file
136136
with open(filepath_src, "w", encoding='utf-8') as filepath:
137137
filepath.write("\n".join(paths))
138138
filepath.write("\n")
139-
# End if
139+
# End with
140140

141141
# Move Filepath to the bld directory unless it has not changed
142142
if os.path.isfile(filepath_dst):

0 commit comments

Comments
 (0)