File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,13 +189,13 @@ def sanitize_env():
189189 """
190190 Sanitize environment.
191191
192- This function
192+ This function:
193193
194- * Filter out empty entries from environment variables like $PATH, $LD_LIBRARY_PATH, etc.
194+ * Filters out empty entries from environment variables like $PATH, $LD_LIBRARY_PATH, etc.
195195 Empty entries make no sense, and can cause problems,
196196 see for example https://github.com/easybuilders/easybuild-easyconfigs/issues/9843 .
197197
198- * Undefine all $PYTHON* environment variables,
198+ * Undefines all $PYTHON* environment variables,
199199 since they may affect the build/install procedure of Python packages.
200200
201201 cfr. https://docs.python.org/2/using/cmdline.html#environment-variables
You can’t perform that action at this time.
0 commit comments