Increment progress bar if we skip a word
This commit is contained in:
parent
c1c5086454
commit
e62e7da06a
|
@ -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 whitespace)
|
||||||
or any(p in value for p in digits)
|
or any(p in value for p in digits)
|
||||||
):
|
):
|
||||||
|
bar.next()
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# We track values here to build the instant-distance index
|
# We track values here to build the instant-distance index
|
||||||
|
|
Loading…
Reference in New Issue