mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-30 19:21:17 +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 @@ def process_chunk(self, data):
|
|||
idx = len(self.chunks)
|
||||
size = self.cache.add_chunk(id, data)
|
||||
self.chunks.append((id, size))
|
||||
self.chunk_idx[idx] = id
|
||||
self.chunk_idx[id] = idx
|
||||
return idx
|
||||
|
||||
|
|
Loading…
Reference in a new issue