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-06-17 12:56:06 +0300
committergmoryes <gmoryes@gmail.com>2019-06-17 13:35:30 +0300
commit9834a8a8303bdcaabf61ed7e5038fac3393f46ac (patch)
tree8a4016d114a819ff9afae0938feca63b4aca8d47 /tools
parent3709a665800eea7db1c84ceafde757f68455304e (diff)
Review fixes
Diffstat (limited to 'tools')
-rw-r--r--tools/python/maps_generator/generator/env.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/python/maps_generator/generator/env.py b/tools/python/maps_generator/generator/env.py
index 8a86f3a360..6d450a2747 100644
--- a/tools/python/maps_generator/generator/env.py
+++ b/tools/python/maps_generator/generator/env.py
@@ -120,6 +120,7 @@ class Env:
self.coastline_tmp_path = os.path.join(self.coastline_path, "tmp")
self._create_if_not_exist(self.coastline_tmp_path)
+
self.srtm_path = settings.SRTM_PATH
self._subprocess_out = None