Update lib/python/qmk/util.py

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
This commit is contained in:
Nick Brassel 2023-10-07 20:43:40 +11:00 committed by GitHub
parent d300b55558
commit b8fd11e161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ def parallelize():
cli.save_config()
cli.config.user.parallel_search = parallel_search
# Non-parallel searches use use `map()`
# Non-parallel searches use `map()`
if not parallel_search:
yield map
return