Skip to content

Commit 4cbb326

Browse files
committed
add comment to check with Jesse
1 parent e64467d commit 4cbb326

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cime_config/buildnml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ def buildnml(case, caseroot, compname):
389389
must be located in the caseroot if the ATM library build is successful."
390390
raise CamBuildnmlError(emsg)
391391

392+
# TODO(JIWON) Check with Jesse if we want to check directory exists
392393
os.makedirs(musica_config_dest_dir, exist_ok=True)
393394
for root, _, files in os.walk(musica_config_src_dir):
394395
rel_path = os.path.relpath(root, musica_config_src_dir)

0 commit comments

Comments
 (0)