浏览代码

remove spurious output

Antoine Beaupré 10 年之前
父节点
当前提交
35aaeef8bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}
 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):