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:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-09-25 11:55:50 +0300
committerAleksey Belousov <beloal@users.noreply.github.com>2018-09-25 11:56:55 +0300
commit86e0c657b930d03a3bc79980ceab8c4bc601be8b (patch)
tree5c2895e25b8117b4ac513b2547bb350a1be2880a /tools
parent3cc4b54ad9ffa17d14dd3a5d0b0e7f11644ca578 (diff)
[strings_types][ios] review fixes
Diffstat (limited to 'tools')
-rwxr-xr-xtools/python/find_untranslated_strings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/find_untranslated_strings.py b/tools/python/find_untranslated_strings.py
index 402d09b315..daf9abd0f2 100755
--- a/tools/python/find_untranslated_strings.py
+++ b/tools/python/find_untranslated_strings.py
@@ -23,7 +23,7 @@ class StringsTxt:
def __init__(self, strings_path=None):
if not strings_path:
- self.strings_path = join(dirname(argv[0]), "..", "..", "data","strings", "strings.txt")
+ self.strings_path = join(dirname(argv[0]), "..", "..", "data", "strings", "strings.txt")
else:
self.strings_path = strings_path