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
diff options
context:
space:
mode:
Diffstat (limited to 'tools/python/clean_strings_txt.py')
-rwxr-xr-xtools/python/clean_strings_txt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/clean_strings_txt.py b/tools/python/clean_strings_txt.py
index 2d0942575c..0c3c56e093 100755
--- a/tools/python/clean_strings_txt.py
+++ b/tools/python/clean_strings_txt.py
@@ -154,7 +154,7 @@ def get_args():
parser.add_argument(
"-o", "--output",
- dest="output", default="strings.txt",
+ dest="output", default="data/strings/strings.txt",
help="""The name for the resulting file. It will be saved to the
project folder. Only relevant if the -s option is set."""
)