diff --git a/tools/python/maps_generator/maps_generator.py b/tools/python/maps_generator/maps_generator.py index f82d58ee0f..3a7ee4f1ad 100644 --- a/tools/python/maps_generator/maps_generator.py +++ b/tools/python/maps_generator/maps_generator.py @@ -227,7 +227,7 @@ def stage_descriptions(env): def stage_countries_txt(env): countries = hierarchy_to_countries(env.old_to_new_path, env.borders_to_osm_path, - env.country_synonyms_path, + env.countries_synonyms_path, env.hierarchy_path, env.mwm_path, env.mwm_version) with open(env.counties_txt_path, "w") as f: