From f25888b27a398253b80f4d64b1a9280e201783ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 2 Oct 2015 16:04:35 -0400 Subject: [PATCH] restore box removed by mistake --- borg/archiver.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/borg/archiver.py b/borg/archiver.py index bcb1b68f6..e75b6aa59 100644 --- a/borg/archiver.py +++ b/borg/archiver.py @@ -161,8 +161,10 @@ Type "Yes I am sure" if you understand this and want to continue.\n""") archive.stats.show_progress(final=True) if args.stats: archive.end = datetime.now() + print('-' * 78) print(str(archive)) print(archive.stats.print_('This archive:', cache)) + print('-' * 78) return self.exit_code def _process(self, archive, cache, excludes, exclude_caches, skip_inodes, path, restrict_dev,