Browse Source

Merge pull request #6152 from ThomasWaldmann/info-0-archives-master

info: emit repo info even if repo has 0 archives, fixes #6120
TW 3 years ago
parent
commit
8e8bc6f5c1
1 changed files with 0 additions and 2 deletions
  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 = []