no need to flush stderr in my tests

This commit is contained in:
Antoine Beaupré 2015-10-15 22:26:02 -04:00
parent 070f130046
commit 8fdd1eddf9
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ class Statistics:
else:
msg = ' ' * columns
print(msg, file=sys.stderr, end=final and "\n" or "\r")
sys.stderr.flush()
def get_keys_dir():