syntax
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user