mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 03:37:39 +02:00
Renderers: ensure pretty renderer outputs diagnostics to stderr not stdout.
This commit is contained in:
@@ -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 = " | "
|
||||
|
||||
Reference in New Issue
Block a user