diff --git a/transmat/transmat.py b/transmat/transmat.py index bfaf4c0..05a0a8e 100755 --- a/transmat/transmat.py +++ b/transmat/transmat.py @@ -188,7 +188,7 @@ async def main(): bar.next() if chunk_id >= number_of_chunks-1: - # This is the last chunk, exit + # This was the last chunk, exit f.close() bar.suffix = '%(percent).1f%% complete' bar.update()