Skip to content

Commit 13471fd

Browse files
author
Caspar van Leeuwen
committed
Rephrase for clarity
1 parent cbab116 commit 13471fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/easyblocks/p/python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ def _sanity_check_ctypes_ld_library_path_patch(self):
720720
self.log.debug(f"Matching regular expression pattern {pattern} to string {out}")
721721
if match:
722722
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."
723+
msg += "that fixes ctypes when EasyBuild is configured to filter LD_LIBRARY_PATH was applied succesfully."
724724
self.log.info(msg)
725725
else:
726726
msg = "Opening of libpython3.so using ctypes.CDLL('libpython3.so') failed. "

0 commit comments

Comments
 (0)