mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-13 06:14:07 +00:00
more formatting fixes
Found by flake8.
This commit is contained in:
@@ -203,7 +203,7 @@ class Indexer:
|
||||
|
||||
# And insert the curent batch
|
||||
for idx in range(0, len(places), batch):
|
||||
part = places[idx:idx+batch]
|
||||
part = places[idx:idx + batch]
|
||||
LOG.debug("Processing places: %s", str(part))
|
||||
runner.index_places(pool.next_free_worker(), part)
|
||||
progress.add(len(part))
|
||||
|
||||
Reference in New Issue
Block a user