[python] Fixed typo.

This commit is contained in:
Maksim Andrianov 2019-05-30 13:42:00 +03:00 committed by Tatiana Yan
parent 6187c6182e
commit 1785fd3732

View file

@ -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: