num_chunks = ilen(self.chunkDOMs())
title = self.title() or "chunk"
for i, r in enumerate(self.chunkDOMs()):
- percent = 100.0 * i / num_chunks
+ percent = 100.0 * (i + 1) / num_chunks
self._spec.log(
- f'Processing {title} {i} of {num_chunks} ({percent:.1f}%)\r')
+ f'Processing {title} {i+1} of {num_chunks} ({percent:.1f}%)\r')
self._spec.domfilter(r)
chunk = makeChunk(r, self._spec.images)
self._spec.texout.write(