mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-21 13:47:16 +00:00
info: emit repo info even if repo has 0 archives, fixes #6120
This commit is contained in:
parent
dce0d89627
commit
e22a6c2032
1 changed files with 0 additions and 2 deletions
|
@ -1391,8 +1391,6 @@ def format_cmdline(cmdline):
|
|||
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 = []
|
||||
|
||||
|
|
Loading…
Reference in a new issue