Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion easybuild/tools/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,6 @@ def run_module(self, *args, **kwargs):
# stdout will contain python code (to change environment etc)
# stderr will contain text (just like the normal module command)
stdout, stderr = res.output, res.stderr
self.log.debug("Output of module command '%s': stdout: %s; stderr: %s", cmd, stdout, stderr)

# also catch and check exit code
if kwargs.get('check_exit_code', True) and res.exit_code != EasyBuildExit.SUCCESS:
Expand Down