Skip to content

Commit 8c89fb9

Browse files
authored
linting
1 parent 517cbcd commit 8c89fb9

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
@@ -3398,7 +3398,7 @@ def sanity_check_rpath(self, rpath_dirs=None, check_readelf_rpath=True):
33983398
# skip the check for any symlinks that resolve to outside the installation directory
33993399
if not is_parent_path(self.installdir, path):
34003400
msg = (f"Skipping RPATH sanity check for {path}, since its absolute path resolves to outside "
3401-
"the installation directory")
3401+
"the installation directory")
34023402
self.log.debug(msg)
34033403
continue
34043404

0 commit comments

Comments
 (0)