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

This commit is contained in:
Thomas Waldmann 2022-01-22 18:24:36 +01:00
parent dce0d89627
commit e22a6c2032
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 = []