From e62e7da06a56cfbdcc4b3544e6a2381a03741093 Mon Sep 17 00:00:00 2001 From: Nicholas Rempel Date: Mon, 31 May 2021 15:19:44 -0700 Subject: [PATCH] Increment progress bar if we skip a word --- instant-distance-py/examples/translations/translate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/instant-distance-py/examples/translations/translate.py b/instant-distance-py/examples/translations/translate.py index b213d3d..5fb9965 100644 --- a/instant-distance-py/examples/translations/translate.py +++ b/instant-distance-py/examples/translations/translate.py @@ -77,6 +77,7 @@ async def download_build_index(): or any(p in value for p in whitespace) or any(p in value for p in digits) ): + bar.next() continue # We track values here to build the instant-distance index