small bug fix

This commit is contained in:
Eren Golge
2019-04-18 15:19:36 +02:00
parent ff33604df1
commit e05263769e
+1 -1
View File
@@ -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