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 60dab8c commit 8f6f12cCopy full SHA for 8f6f12c
python/ctsm/path_utils.py
@@ -106,7 +106,8 @@ def add_ctsm_systests_to_path(standalone_only=False):
106
107
108
def add_fates_testing_to_path():
109
- """Adds the FATES testing dir to the python path, to allow importing Python modules from there
+ """
110
+ Adds the FATES testing dir to the python path, to allow importing Python modules from there
111
"""
112
fates_testing_path = os.path.join(
113
os.path.dirname(__file__),
0 commit comments