mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-15 16:40:23 +00:00
Fix typo
This commit is contained in:
parent
afdabb623a
commit
e26b3e956a
1 changed files with 1 additions and 1 deletions
|
@ -249,6 +249,6 @@ class Archive(object):
|
||||||
idx = len(self.chunks)
|
idx = len(self.chunks)
|
||||||
size = self.cache.add_chunk(id, data)
|
size = self.cache.add_chunk(id, data)
|
||||||
self.chunks.append((id, size))
|
self.chunks.append((id, size))
|
||||||
self.chunk_idx[idx] = id
|
self.chunk_idx[id] = idx
|
||||||
return idx
|
return idx
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue