Renderers: ensure pretty renderer outputs diagnostics to stderr not stdout.

This commit is contained in:
Mike Auty
2019-12-03 01:56:41 +00:00
committed by ikelos
parent 25470d7f5c
commit fd22c3a92e
+1 -1
View File
@@ -236,7 +236,7 @@ class PrettyTextRenderer(CLIRenderer):
# TODO: Improve text output
outfd = sys.stdout
outfd.write("Formatting...\r")
sys.stderr.write("Formatting...\n")
display_alignment = ">"
column_separator = " | "