From 0d8525ad8f5792b1865b0fc459faa23595e2f138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 16 Oct 2015 02:01:56 -0400 Subject: [PATCH] add missing lines --- borg/archiver.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/borg/archiver.py b/borg/archiver.py index f3530549f..64e37d1cd 100644 --- a/borg/archiver.py +++ b/borg/archiver.py @@ -167,6 +167,7 @@ Type "Yes I am sure" if you understand this and want to continue.\n""") archive.end = datetime.now() print('-' * 78) print(str(archive)) + print() print(str(archive.stats)) print(str(cache)) print('-' * 78) @@ -416,6 +417,7 @@ Type "Yes I am sure" if you understand this and want to continue.\n""") print('Time: %s' % to_localtime(archive.ts).strftime('%c')) print('Command line:', remove_surrogates(' '.join(archive.metadata[b'cmdline']))) print('Number of files: %d' % stats.nfiles) + print() print(str(stats)) print(str(cache)) return self.exit_code