From 35aaeef8bdb65616bd504014bec7f68d06922bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 2 Oct 2015 16:00:42 -0400 Subject: [PATCH] remove spurious output --- borg/archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borg/archive.py b/borg/archive.py index fae26684d..00c6a1490 100644 --- a/borg/archive.py +++ b/borg/archive.py @@ -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):