Browse Source

info: emit repo info even if repo has 0 archives, fixes #6120

Thomas Waldmann 3 năm trước cách đây
mục cha
commit
e22a6c2032
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/borg/archiver.py

+ 0 - 2
src/borg/archiver.py

@@ -1391,8 +1391,6 @@ class Archiver:
         else:
             args.consider_checkpoints = True
             archive_names = tuple(x.name for x in manifest.archives.list_considering(args))
-            if not archive_names:
-                return self.exit_code
 
         output_data = []