Skip to content

Commit

Permalink
correct the path to cime python code
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed May 12, 2022
1 parent 81f84af commit 5eeb381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ctsm/path_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def add_cime_lib_to_path(standalone_only=False):
cime_path = path_to_cime(standalone_only=standalone_only)
prepend_to_python_path(cime_path)
cime_lib_path = os.path.join(cime_path,
'CIME',
'Tools')
prepend_to_python_path(cime_lib_path)
return cime_path
Expand Down

0 comments on commit 5eeb381

Please sign in to comment.