Skip to content

Commit 2ab9760

Browse files
committed
fix CIME pythonpath;
1 parent f3a13ca commit 2ab9760

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/monthly_cmor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def main():
291291
if args.caseroot and args.cimeroot:
292292
caseroot = args.caseroot
293293
cimeroot = args.cimeroot
294+
sys.path.append(cimeroot)
294295
_LIBDIR = os.path.join(cimeroot, "CIME", "Tools")
295296
sys.path.append(_LIBDIR)
296297
try:

0 commit comments

Comments
 (0)