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-23 20:04:55 +0300
committergmoryes <gmoryes@gmail.com>2019-05-23 20:09:54 +0300
commit3d07057a311c8f2a26a06668f59ac77e711f3519 (patch)
treeb438138c1025b69d72221f0cfc82a91465cb255b /tools
parent414b8d3597ffbf67c87ef8eafdf1f3914aec7908 (diff)
[python] Fixes.
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 f24d0cdac2..5e4ef8c215 100644
--- a/tools/python/maps_generator/maps_generator.py
+++ b/tools/python/maps_generator/maps_generator.py
@@ -231,7 +231,7 @@ def stage_countries_txt(env):
@stage
def stage_external_resources(env):
- resources = [os.path.join(file, env.user_resource_path)
+ resources = [os.path.join(env.user_resource_path, file)
for file in os.listdir(env.user_resource_path)
if file.endswith(".ttf")]
for ttf_file in resources: