Skip to content

Commit cbab116

Browse files
author
Caspar van Leeuwen
committed
Call the actual function for the specific ctypes sanity check in the sanity step...
1 parent 247c394 commit cbab116

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
@@ -803,7 +803,7 @@ def sanity_check_step(self):
803803
'LIBRARY_PATH' not in filtered_env_vars and
804804
patch_ctypes_ld_library_path
805805
):
806-
self._sanity_check_ctypes_ld_library_path_patch
806+
self._sanity_check_ctypes_ld_library_path_patch()
807807

808808
pyver = 'python' + self.pyshortver
809809
custom_paths = {

0 commit comments

Comments
 (0)