X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6e89310a9285f1ad15d8002bf68f578eada367a0..e1dc4379e0cd100200ac53752442143ca4846fc5:/src/nominatim_db/indexer/progress.py diff --git a/src/nominatim_db/indexer/progress.py b/src/nominatim_db/indexer/progress.py index 668dbd59..66c35f06 100644 --- a/src/nominatim_db/indexer/progress.py +++ b/src/nominatim_db/indexer/progress.py @@ -14,6 +14,7 @@ LOG = logging.getLogger() INITIAL_PROGRESS = 10 + class ProgressLogger: """ Tracks and prints progress for the indexing process. `name` is the name of the indexing step being tracked.