Skip to content

Commit 32690ba

Browse files
authored
Merge pull request #4000 from easybuilders/verdurin-patch-1
fix typo in debug log message in easyblock.py
2 parents f275169 + 983831b commit 32690ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

easybuild/framework/easyblock.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3286,7 +3286,7 @@ def _sanity_check_step_dry_run(self, custom_paths=None, custom_commands=None, **
32863286
if self.toolchain.use_rpath:
32873287
self.sanity_check_rpath()
32883288
else:
3289-
self.log.debug("Skiping RPATH sanity check")
3289+
self.log.debug("Skipping RPATH sanity check")
32903290

32913291
def _sanity_check_step_extensions(self):
32923292
"""Sanity check on extensions (if any)."""
@@ -3452,7 +3452,7 @@ def xs2str(xs):
34523452
self.log.warning("RPATH sanity check failed!")
34533453
self.sanity_check_fail_msgs.extend(rpath_fails)
34543454
else:
3455-
self.log.debug("Skiping RPATH sanity check")
3455+
self.log.debug("Skipping RPATH sanity check")
34563456

34573457
# pass or fail
34583458
if self.sanity_check_fail_msgs:

0 commit comments

Comments
 (0)