We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e0937 commit a5c232aCopy full SHA for a5c232a
easybuild/tools/run.py
@@ -496,7 +496,7 @@ def to_cmd_str(cmd):
496
executable, shell = None, False
497
498
stderr_handle = subprocess.PIPE if split_stderr else subprocess.STDOUT
499
- stdin_handle = subprocess.PIPE if stdin or qa_patterns else None
+ stdin_handle = subprocess.PIPE if stdin or qa_patterns else subprocess.DEVNULL
500
501
log_msg = f"Running {interactive_msg}shell command '{cmd_str}' in {work_dir}"
502
if thread_id:
0 commit comments