From: Sarah Hoffmann Date: Tue, 9 Feb 2021 18:32:05 +0000 (+0100) Subject: forgot to replace one occurence of sql_dir X-Git-Tag: v3.7.0~38^2~11 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/de37dc9300ecb94e35878238cf4def1324b6a9e4 forgot to replace one occurence of sql_dir --- diff --git a/nominatim/clicmd/refresh.py b/nominatim/clicmd/refresh.py index baff9b6a..8e69caca 100644 --- a/nominatim/clicmd/refresh.py +++ b/nominatim/clicmd/refresh.py @@ -57,7 +57,7 @@ class UpdateRefresh: if args.word_counts: LOG.warning('Recompute frequency of full-word search terms') conn = connect(args.config.get_libpq_dsn()) - refresh.recompute_word_counts(conn, args.data_dir) + refresh.recompute_word_counts(conn, args.sqllib_dir) conn.close() if args.address_levels: