1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 09:47:58 +00:00

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

View file

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