summaryrefslogtreecommitdiff
path: root/igor.py
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
commitec374969008811e08f86e2aefc4989fdc8a0ae45 (patch)
treef3d314ca8439bbdf383338402f555ade6af39899 /igor.py
parent9a796e8a1d954b4f3d36fffb946253e3fbdbba16 (diff)
downloadpython-coveragepy-ec374969008811e08f86e2aefc4989fdc8a0ae45.tar.gz
Appveyor shows the banner interleaved with dots, try to fix that.
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/igor.py b/igor.py
index 24c306b..c553d41 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():