From e3532d8533c224014023dda009c3a3a1a5d139a0 Mon Sep 17 00:00:00 2001 From: SG Date: Mon, 15 May 2023 13:16:07 +0200 Subject: [PATCH] syntax --- transmat/transmat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()