Skip to content

Commit ddaa144

Browse files
MicketC3SE "c3-builder" bot
authored and
C3SE "c3-builder" bot
committed
Fix name EBPYTHONPREFIX to EBPYTHONPREFIXES which is used in sitecustomize.py
1 parent 85d3f18 commit ddaa144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

easybuild/tools/module_generator.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ def update_paths(self, key, paths, prepend=True, allow_abs=False, expand_relpath
274274
# replace with EBPYTHONPREFIX which is added to python sys path at runtime
275275
if python_paths and build_option('prefer_ebpythonprefix_over_pythonpath'):
276276
python_path = python_paths[0]
277-
self.log.info("Replaced PYTHONPATH %s with EBPYTHONPREFIX", python_path)
278-
ret = self._update_paths('EBPYTHONPREFIX', [''], prepend, allow_abs, expand_relpaths)
277+
self.log.info("Replaced PYTHONPATH %s with EBPYTHONPREFIXES", python_path)
278+
ret = self._update_paths('EBPYTHONPREFIXES', [''], prepend, allow_abs, expand_relpaths)
279279
paths = [path for path in paths if path != python_path]
280280
if paths:
281281
ret += self._update_paths(key, paths, prepend, allow_abs, expand_relpaths)

0 commit comments

Comments
 (0)