This commit is contained in:
SG
2023-05-15 13:16:07 +02:00
parent 24c9ae55b5
commit e3532d8533

View File

@@ -188,7 +188,7 @@ async def main():
bar.next() bar.next()
if chunk_id >= number_of_chunks-1: if chunk_id >= number_of_chunks-1:
# This is the last chunk, exit # This was the last chunk, exit
f.close() f.close()
bar.suffix = '%(percent).1f%% complete' bar.suffix = '%(percent).1f%% complete'
bar.update() bar.update()