Skip to content

Commit 517cbcd

Browse files
authored
fix typo
1 parent 0a5a598 commit 517cbcd

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
@@ -3397,7 +3397,7 @@ def sanity_check_rpath(self, rpath_dirs=None, check_readelf_rpath=True):
33973397
for path in [os.path.join(dirpath, x) for x in os.listdir(dirpath)]:
33983398
# skip the check for any symlinks that resolve to outside the installation directory
33993399
if not is_parent_path(self.installdir, path):
3400-
msg = f("Skipping RPATH sanity check for {path}, since its absolute path resolves to outside "
3400+
msg = (f"Skipping RPATH sanity check for {path}, since its absolute path resolves to outside "
34013401
"the installation directory")
34023402
self.log.debug(msg)
34033403
continue

0 commit comments

Comments
 (0)