mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
small bug fix
This commit is contained in:
@@ -59,7 +59,7 @@ def mozilla(root_path, meta_files):
|
||||
text = cols[0].strip()
|
||||
items.append([text, wav_file])
|
||||
else:
|
||||
print(" > Error: {}", line)
|
||||
print(" > Error: {}".format(cols))
|
||||
continue
|
||||
random.shuffle(items)
|
||||
return items
|
||||
|
||||
Reference in New Issue
Block a user