Skip to content

Commit 3f1b6aa

Browse files
authored
Merge pull request #4757 from lexming/deduplicate-module-output
remove duplication of logs of module commands
2 parents 6bc0094 + 58e698b commit 3f1b6aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

easybuild/tools/modules.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,6 @@ def run_module(self, *args, **kwargs):
10131013
# stdout will contain python code (to change environment etc)
10141014
# stderr will contain text (just like the normal module command)
10151015
stdout, stderr = res.output, res.stderr
1016-
self.log.debug("Output of module command '%s': stdout: %s; stderr: %s", cmd, stdout, stderr)
10171016

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

0 commit comments

Comments
 (0)