Skip to content

Commit 58e698b

Browse files
committed
remove duplication of logs of module commands because run_shell_cmd already prints at info level the stdout and stderr of those commands
1 parent df528c6 commit 58e698b

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
@@ -1012,7 +1012,6 @@ def run_module(self, *args, **kwargs):
10121012
# stdout will contain python code (to change environment etc)
10131013
# stderr will contain text (just like the normal module command)
10141014
stdout, stderr = res.output, res.stderr
1015-
self.log.debug("Output of module command '%s': stdout: %s; stderr: %s", cmd, stdout, stderr)
10161015

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

0 commit comments

Comments
 (0)