mirror of https://github.com/borgbackup/borg.git
no need to flush stderr in my tests
This commit is contained in:
parent
070f130046
commit
8fdd1eddf9
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue