Skip to content

Commit 3f61876

Browse files
committed
Appease the Hound after improving phrasing of new moddependpaths descriptions.
1 parent 1510de5 commit 3f61876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easyconfig/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
'multi_deps': [{}, "Dict of lists of dependency versions over which to iterate", DEPENDENCIES],
155155
'multi_deps_load_default': [True, "Load module for first version listed in multi_deps by default", DEPENDENCIES],
156156
'osdependencies': [[], "OS dependencies that should be present on the system", DEPENDENCIES],
157-
'moddependpaths': [None, "Absolute path or paths to prepend to MODULEPATH before loading the module's dependencies", DEPENDENCIES],
157+
'moddependpaths': [None, "Absolute path(s) to prepend to MODULEPATH before loading dependencies", DEPENDENCIES],
158158

159159
# LICENSE easyconfig parameters
160160
'group': [None, "Name of the user group for which the software should be available; "

0 commit comments

Comments
 (0)