Fix printing info, help, etc.. on the command line

This commit is contained in:
Andrew Resch 2009-11-08 17:22:57 +00:00
parent 9b8282010c
commit e73052df1c

View File

@ -249,7 +249,7 @@ class ConsoleUI(component.Component):
""" """
self.batch_write = batch self.batch_write = batch
if not batch: if not batch and self.interactive:
self.screen.refresh() self.screen.refresh()
def write(self, line): def write(self, line):