Revert "no need to flush stderr in my tests"

It is actually necessary, for now.

This reverts commit 8fdd1eddf9.

Conflicts:
	borg/helpers.py
This commit is contained in:
Antoine Beaupré 2015-10-16 11:21:19 -04:00
parent ce1aaa9dfa
commit e4f325182e
1 changed files with 1 additions and 0 deletions

View File

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