We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29646a6 commit ed9475dCopy full SHA for ed9475d
attic/archive.py
@@ -209,7 +209,7 @@ def calc_stats(self, cache):
209
def add(id):
210
count, size, csize = cache.chunks[id]
211
stats.update(size, csize, count == 1)
212
- self.cache.chunks[id] = count - 1, size, csize
+ cache.chunks[id] = count - 1, size, csize
213
def add_file_chunks(chunks):
214
for id, _, _ in chunks:
215
add(id)
0 commit comments