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/sound
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-08-13 15:27:01 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:01:14 +0300
commit65b8e4659f455b71402149764765621142aab95f (patch)
tree0a543fc16818b500a1ee16e2229aaf996a10bfc9 /sound
parent8d2b61e4f49f98c74432e1e6e334f3c0082cf401 (diff)
Changing number of column in sound_csv_to_sound_txt.py.
Diffstat (limited to 'sound')
-rwxr-xr-xsound/tts/sound_csv_to_sound_txt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/tts/sound_csv_to_sound_txt.py b/sound/tts/sound_csv_to_sound_txt.py
index 87e9b18f0f..0cf8e8f5a6 100755
--- a/sound/tts/sound_csv_to_sound_txt.py
+++ b/sound/tts/sound_csv_to_sound_txt.py
@@ -8,7 +8,7 @@ import os.path
ID_COLUMN = 1
MIN_PROCESSED_COLUMN = 2
-MAX_PROCESSED_COLUMN = 30
+MAX_PROCESSED_COLUMN = 29
def parse_args():