Skip to content

Commit 768bd0a

Browse files
committed
fix log statement in get_linked_libs_raw
1 parent a4deaff commit 768bd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/systemtools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ def get_linked_libs_raw(path):
944944
file_cmd_out, ec = run_cmd("file %s" % path, simple=False, trace=False)
945945
if ec:
946946
fail_msg = "Failed to run 'file %s': %s" % (path, file_cmd_out)
947-
self.log.warning(fail_msg)
947+
_log.warning(fail_msg)
948948

949949
os_type = get_os_type()
950950

0 commit comments

Comments
 (0)