mirror of https://github.com/coqui-ai/TTS.git
small bug fix
parent
ff33604df1
commit
e05263769e
|
@ -59,7 +59,7 @@ def mozilla(root_path, meta_files):
|
||||||
text = cols[0].strip()
|
text = cols[0].strip()
|
||||||
items.append([text, wav_file])
|
items.append([text, wav_file])
|
||||||
else:
|
else:
|
||||||
print(" > Error: {}", line)
|
print(" > Error: {}".format(cols))
|
||||||
continue
|
continue
|
||||||
random.shuffle(items)
|
random.shuffle(items)
|
||||||
return items
|
return items
|
||||||
|
|
Loading…
Reference in New Issue