Skip to content

Commit 8f6f12c

Browse files
committed
Satisfy black and pylint.
1 parent 60dab8c commit 8f6f12c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/ctsm/path_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ def add_ctsm_systests_to_path(standalone_only=False):
106106

107107

108108
def add_fates_testing_to_path():
109-
"""Adds the FATES testing dir to the python path, to allow importing Python modules from there
109+
"""
110+
Adds the FATES testing dir to the python path, to allow importing Python modules from there
110111
"""
111112
fates_testing_path = os.path.join(
112113
os.path.dirname(__file__),

0 commit comments

Comments
 (0)