diff --git a/transmat/transmat.py b/transmat/transmat.py index d642825..08980d2 100755 --- a/transmat/transmat.py +++ b/transmat/transmat.py @@ -188,11 +188,10 @@ async def main(): if chunk_id >= number_of_chunks-1: # This is the last chunk, exit - bar.index = 100 + f.close() bar.suffix = '%(percent).1f%% complete' bar.update() - f.close() - print("") + bar.finish() break