mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 10:18:12 +00:00
extract: indent code, no semantics change
prepare for a extract_helper context manager (some changes may seem superfluous, but see the following changesets)
This commit is contained in:
parent
3cc1cdd2ed
commit
cda7465038
1 changed files with 31 additions and 30 deletions
|
@ -579,6 +579,7 @@ def make_parent(path):
|
||||||
elif chunks is not None:
|
elif chunks is not None:
|
||||||
# assign chunks to this item, since the item which had the chunks was not extracted
|
# assign chunks to this item, since the item which had the chunks was not extracted
|
||||||
item.chunks = chunks
|
item.chunks = chunks
|
||||||
|
if True:
|
||||||
if hardlink_set:
|
if hardlink_set:
|
||||||
return
|
return
|
||||||
if sparse and self.zeros is None:
|
if sparse and self.zeros is None:
|
||||||
|
|
Loading…
Reference in a new issue