summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-29 10:58:14 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-29 10:58:14 -0400
commitad36135cc32a130c76b3bcfbafdb92472b790769 (patch)
tree647c659189ae14ab8cd1a8025f0ff569a9d8fadb
parentfaeb6f5df9eb4c516096850675775f9f3ac81413 (diff)
downloadpython-coveragepy-git-ad36135cc32a130c76b3bcfbafdb92472b790769.tar.gz
Appveyor shows the banner interleaved with dots, try to fix that.
-rw-r--r--igor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/igor.py b/igor.py
index 24c306b9..c553d417 100644
--- a/igor.py
+++ b/igor.py
@@ -319,6 +319,7 @@ def print_banner(label):
which_python = os.path.relpath(sys.executable)
print('=== %s %s %s (%s) ===' % (impl, version, label, which_python))
+ sys.stdout.flush()
def do_help():