mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 04:07:39 +02:00
CLI: Ensure the QuickRenderer flushes after each line.
This commit is contained in:
@@ -153,6 +153,7 @@ class QuickTextRenderer(CLIRenderer):
|
||||
renderer = self._type_renderers.get(column.type, self._type_renderers['default'])
|
||||
line.append(renderer(node.values[column_index]))
|
||||
accumulator.write("{}".format("\t".join(line)))
|
||||
accumulator.flush()
|
||||
return accumulator
|
||||
|
||||
if not grid.populated:
|
||||
|
||||
Reference in New Issue
Block a user