diff --git a/python/ctsm/path_utils.py b/python/ctsm/path_utils.py index feb825fdff..7f669483b7 100644 --- a/python/ctsm/path_utils.py +++ b/python/ctsm/path_utils.py @@ -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