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

info: emit repo info even if repo has 0 archives, fixes #6120
This commit is contained in:
TW 2022-01-22 19:05:57 +01:00 committed by GitHub
commit 8e8bc6f5c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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 = []