Skip to content

Commit 85c734c

Browse files
authored
Update easyblock.py - fix whitespace
1 parent df2830b commit 85c734c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3740,7 +3740,7 @@ def sanity_check_rpath(self, rpath_dirs=None, check_readelf_rpath=None):
37403740
self.log.info("Checking RPATH linkage for binaries/libraries...")
37413741

37423742
fails = []
3743-
3743+
37443744
# Configure RPATH checking by readelf using easyconfig variable 'check_readelf_rpath' (default True)
37453745
if check_readelf_rpath is None:
37463746
check_readelf_rpath = self.cfg["check_readelf_rpath"]

0 commit comments

Comments
 (0)