]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/clicmd/refresh.py
reorganise process_place function
[nominatim.git] / nominatim / clicmd / refresh.py
index c7142c5f2265e46400a52df20fdcc67f964c93b1..fbc23350c7212478f8c8b0c9fa484ec154f9f070 100644 (file)
@@ -61,7 +61,7 @@ class UpdateRefresh:
                                   args.threads or 1)
                 indexer.index_postcodes()
             else:
-                LOG.error("The place table doesn\'t exists. " \
+                LOG.error("The place table doesn\'t exist. " \
                           "Postcode updates on a frozen database is not possible.")
 
         if args.word_counts: