소스 검색

add missing lines

Antoine Beaupré 9 년 전
부모
커밋
0d8525ad8f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      borg/archiver.py

+ 2 - 0
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