浏览代码

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

Thomas Waldmann 3 年之前
父节点
当前提交
e22a6c2032
共有 1 个文件被更改,包括 0 次插入2 次删除
  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 = []