osbuild: output stage stdout/stderr again
This commit is contained in:
parent
6ad3a3b039
commit
2462f0d6e1
2 changed files with 5 additions and 17 deletions
5
osbuild
5
osbuild
|
|
@ -97,10 +97,7 @@ def main(pipeline_path, input_dir, output_dir, sit):
|
|||
print()
|
||||
|
||||
try:
|
||||
subprocess.run(argv,
|
||||
input=options_str, encoding="utf-8",
|
||||
stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT,
|
||||
check=True)
|
||||
subprocess.run(argv, input=options_str, encoding="utf-8", check=True)
|
||||
except KeyboardInterrupt:
|
||||
print()
|
||||
print(f"{RESET}{BOLD}{RED}Aborted{RESET}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue