use yaml config loader for country info

This commit is contained in:
Sarah Hoffmann
2021-09-04 00:22:21 +02:00
parent 28c98584c1
commit 8e1d4818ac
4 changed files with 7 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ class SetupAll:
from ..tools import database_import, refresh, postcodes, freeze, country_info
from ..indexer.indexer import Indexer
country_info.setup_country_config(args.config.config_dir / 'country_settings.yaml')
country_info.setup_country_config(args.config)
if args.continue_at is None:
files = args.get_osm_file_list()