From 1785fd37324e9c71be172d1e7c822ccace1950e0 Mon Sep 17 00:00:00 2001 From: Maksim Andrianov Date: Thu, 30 May 2019 13:42:00 +0300 Subject: [PATCH] [python] Fixed typo. --- tools/python/maps_generator/maps_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: