diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-29 10:58:14 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-29 10:58:14 -0400 |
commit | ad36135cc32a130c76b3bcfbafdb92472b790769 (patch) | |
tree | 647c659189ae14ab8cd1a8025f0ff569a9d8fadb | |
parent | faeb6f5df9eb4c516096850675775f9f3ac81413 (diff) | |
download | python-coveragepy-git-ad36135cc32a130c76b3bcfbafdb92472b790769.tar.gz |
Appveyor shows the banner interleaved with dots, try to fix that.
-rw-r--r-- | igor.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(): |