read partition and languages from config file

This commit is contained in:
Sarah Hoffmann
2021-09-01 23:51:53 +02:00
parent 78fcabade8
commit 79da96b369
6 changed files with 110 additions and 10 deletions

View File

@@ -55,6 +55,8 @@ 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')
if args.continue_at is None:
files = args.get_osm_file_list()