File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 6363
6464from easybuild .base import fancylogger
6565from easybuild .tools .build_log import EasyBuildError , EasyBuildExit , CWD_NOTFOUND_ERROR
66- from easybuild .tools .build_log import dry_run_msg , print_msg , time_str_since
66+ from easybuild .tools .build_log import dry_run_msg , time_str_since
6767from easybuild .tools .config import build_option
6868from easybuild .tools .hooks import RUN_SHELL_CMD , load_hooks , run_hook
6969from easybuild .tools .output import COLOR_RED , COLOR_YELLOW , colorize , print_error
@@ -507,8 +507,6 @@ def to_cmd_str(cmd):
507507 stdin = stdin .encode ()
508508
509509 if stream_output or qa_patterns :
510- print_msg (f"(streaming) output for command '{ cmd_str } ':" )
511-
512510 # enable non-blocking access to stdout, stderr, stdin
513511 channels = [channel for channel in (proc .stdout , proc .stdin , proc .stderr ) if channel is not None ]
514512 for channel in channels :
You can’t perform that action at this time.
0 commit comments