From 5901a19dbda77ed2c62ce399e0673157c8024b4f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 15 Nov 2011 16:16:43 +0000 Subject: Flush stdout after progress messages --- morph | 1 + 1 file changed, 1 insertion(+) (limited to 'morph') diff --git a/morph b/morph index 7edca18f..15c5a42e 100755 --- a/morph +++ b/morph @@ -71,6 +71,7 @@ class Morph(cliapp.Application): logging.debug(msg) if self.settings['verbose']: self.output.write('%s\n' % msg) + self.output.flush() if __name__ == '__main__': -- cgit v1.2.1