]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/indexer/indexer.py
more formatting fixes
[nominatim.git] / nominatim / indexer / indexer.py
index 76883500b7a23469b1332d0ca0305551349b4dc6..d0cfb391c4dbdf7a63c875af6ec1b2d98ca88d0c 100644 (file)
@@ -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))