mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-23 22:51:35 +00:00
remove spurious output
This commit is contained in:
parent
8193c414a9
commit
35aaeef8bd
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ def __str__(self):
|
|||
End time: {0.end:%c}
|
||||
Duration: {0.duration}
|
||||
Number of files: {0.stats.nfiles}
|
||||
This archive: {0.cache}'''.format(self)
|
||||
{0.cache}'''.format(self)
|
||||
return buf
|
||||
|
||||
def __repr__(self):
|
||||
|
|
Loading…
Reference in a new issue