Skip to content

Commit a5891e7

Browse files
authored
Merge pull request #4851 from Flamefire/sanity-check-module-assign-remove
Remove superflous assignment in _sanity_check_step
2 parents 637d149 + 2a1693c commit a5891e7

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
@@ -3951,7 +3951,7 @@ def xs2str(xs):
39513951
trace_msg("%s %s found: %s" % (typ, xs2str(xs), ('FAILED', 'OK')[found]))
39523952

39533953
if not self.sanity_check_module_loaded:
3954-
self.fake_mod_data = self.sanity_check_load_module(extension=extension, extra_modules=extra_modules)
3954+
self.sanity_check_load_module(extension=extension, extra_modules=extra_modules)
39553955

39563956
# allow oversubscription of P processes on C cores (P>C) for software installed on top of Open MPI;
39573957
# this is useful to avoid failing of sanity check commands that involve MPI

0 commit comments

Comments
 (0)