|
@@ -596,7 +596,8 @@ Utilization of max. archive size: {csize_max:.0%}
|
|
|
archive_index = ChunkIndex()
|
|
|
sync = CacheSynchronizer(archive_index)
|
|
|
add(self.id)
|
|
|
- pi = ProgressIndicatorPercent(total=len(self.metadata.items), msg='Calculating statistics... %3d%%')
|
|
|
+ pi = ProgressIndicatorPercent(total=len(self.metadata.items), msg='Calculating statistics... %3d%%',
|
|
|
+ msgid='archive.calc_stats')
|
|
|
for id, chunk in zip(self.metadata.items, self.repository.get_many(self.metadata.items)):
|
|
|
pi.show(increase=1)
|
|
|
add(id)
|