CLI: Ensure the QuickRenderer flushes after each line.

This commit is contained in:
Mike Auty
2019-11-05 23:15:45 +00:00
parent 2532bb59e3
commit 082b556f43
+1
View File
@@ -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: