Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMaksim Andrianov <maksimandrianov1@gmail.com>2019-05-30 13:42:00 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2019-05-30 13:52:44 +0300
commit1785fd37324e9c71be172d1e7c822ccace1950e0 (patch)
tree86637e36f405b013327f57b6701dc662baa67caf /tools
parent6187c6182e8881c1729dba07b18ff34995aa2081 (diff)
[python] Fixed typo.
Diffstat (limited to 'tools')
-rw-r--r--tools/python/maps_generator/maps_generator.py2
1 files changed, 1 insertions, 1 deletions
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: