We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea6fca commit 2adcbf6Copy full SHA for 2adcbf6
cime_config/buildlib
@@ -130,13 +130,13 @@ def _build_cam():
130
if case.get_value("COMP_INTERFACE") == "nuopc":
131
paths.append(os.path.join(__CIMEROOT, "src", "drivers",
132
"nuopc", "nuopc_cap_share"))
133
- # End with
+ # End if
134
135
# Write Filepath text file
136
with open(filepath_src, "w", encoding='utf-8') as filepath:
137
filepath.write("\n".join(paths))
138
filepath.write("\n")
139
- # End if
+ # End with
140
141
# Move Filepath to the bld directory unless it has not changed
142
if os.path.isfile(filepath_dst):
0 commit comments