osbuild: output stage stdout/stderr again

This commit is contained in:
Lars Karlitski 2019-06-12 18:24:41 +02:00
parent 6ad3a3b039
commit 2462f0d6e1
2 changed files with 5 additions and 17 deletions

View file

@ -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}")