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 917cea3 commit ec4c692Copy full SHA for ec4c692
easybuild/easyblocks/p/python.py
@@ -716,7 +716,8 @@ def _sanity_check_ebpythonprefixes(self):
716
try:
717
base_prefix_idx = paths.index(base_site_packages_path)
718
except ValueError:
719
- raise EasyBuildError("The Python install path was not added to sys.path (%s)", paths)
+ raise EasyBuildError("The Python install path (%s) was not added to sys.path (%s)",
720
+ base_site_packages_path, paths)
721
722
eb_prefix_idx = paths.index(temp_site_packages_path)
723
0 commit comments