Skip to content

Commit 482309d

Browse files
authored
Fix typo in log message in pythonpackage.py
1 parent b1b3da3 commit 482309d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/easyblocks/generic/pythonpackage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ def using_ebpythonprefixes(self) -> bool:
660660
except EasyBuildError:
661661
# find_glob_pattern found more than one match. This is still sufficient for us to assume
662662
# that we need $EBPYTHONPREFIXES.
663-
self.log.info("Found more than one match while searchin for path configuration files."
663+
self.log.info("Found more than one match while searching for path configuration files."
664664
"Enabling $EBPYTHONPREFIXES...")
665665
use_ebpythonprefixes = True
666666

0 commit comments

Comments
 (0)