Browse Source

remove spurious output

Antoine Beaupré 10 năm trước cách đây
mục cha
commit
35aaeef8bd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      borg/archive.py

+ 1 - 1
borg/archive.py

@@ -201,7 +201,7 @@ Start time: {0.start:%c}
 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):