summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
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__':