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 cbab116 commit 13471fdCopy full SHA for 13471fd
easybuild/easyblocks/p/python.py
@@ -720,7 +720,7 @@ def _sanity_check_ctypes_ld_library_path_patch(self):
720
self.log.debug(f"Matching regular expression pattern {pattern} to string {out}")
721
if match:
722
msg = "Call to ctypes.CDLL('libpython3.so') succesfully opened libpython3.so, indicating that the patch "
723
- msg += "for ctypes when EasyBuild is configured to filter LD_LIBRARY_PATH was applied succesfully."
+ msg += "that fixes ctypes when EasyBuild is configured to filter LD_LIBRARY_PATH was applied succesfully."
724
self.log.info(msg)
725
else:
726
msg = "Opening of libpython3.so using ctypes.CDLL('libpython3.so') failed. "
0 commit comments