From de37dc9300ecb94e35878238cf4def1324b6a9e4 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 9 Feb 2021 19:32:05 +0100 Subject: [PATCH] forgot to replace one occurence of sql_dir --- nominatim/clicmd/refresh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5