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 b1b3da3 commit 482309dCopy full SHA for 482309d
easybuild/easyblocks/generic/pythonpackage.py
@@ -660,7 +660,7 @@ def using_ebpythonprefixes(self) -> bool:
660
except EasyBuildError:
661
# find_glob_pattern found more than one match. This is still sufficient for us to assume
662
# that we need $EBPYTHONPREFIXES.
663
- self.log.info("Found more than one match while searchin for path configuration files."
+ self.log.info("Found more than one match while searching for path configuration files."
664
"Enabling $EBPYTHONPREFIXES...")
665
use_ebpythonprefixes = True
666
0 commit comments