summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-15 16:16:43 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-15 16:16:43 +0000
commit5901a19dbda77ed2c62ce399e0673157c8024b4f (patch)
tree4f68505b289487413e98589fc0008add6bc2a50f /morph
parent039accea102dd8e61471e00f0e58415c3449b76f (diff)
downloadmorph-5901a19dbda77ed2c62ce399e0673157c8024b4f.tar.gz
Flush stdout after progress messages
Diffstat (limited to 'morph')
-rwxr-xr-xmorph1
1 files changed, 1 insertions, 0 deletions
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__':