1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-24 07:01:59 +00:00

remove spurious output

This commit is contained in:
Antoine Beaupré 2015-10-02 16:00:42 -04:00
parent 8193c414a9
commit 35aaeef8bd

View file

@ -201,7 +201,7 @@ def __str__(self):
End time: {0.end:%c} End time: {0.end:%c}
Duration: {0.duration} Duration: {0.duration}
Number of files: {0.stats.nfiles} Number of files: {0.stats.nfiles}
This archive: {0.cache}'''.format(self) {0.cache}'''.format(self)
return buf return buf
def __repr__(self): def __repr__(self):