mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
Merge pull request #4973 from ThomasWaldmann/4934-borg-extract-is-confusing-1.1
extract: fix confusing output of borg extract --list --strip-components (1.1-maint)
This commit is contained in:
commit
0898e25664
1 changed files with 1 additions and 1 deletions
|
|
@ -778,7 +778,7 @@ class Archiver:
|
|||
except BackupOSError as e:
|
||||
self.print_warning('%s: %s', remove_surrogates(dir_item.path), e)
|
||||
if output_list:
|
||||
logging.getLogger('borg.output.list').info(remove_surrogates(orig_path))
|
||||
logging.getLogger('borg.output.list').info(remove_surrogates(item.path))
|
||||
try:
|
||||
if dry_run:
|
||||
archive.extract_item(item, dry_run=True, pi=pi)
|
||||
|
|
|
|||
Loading…
Reference in a new issue