small bug fix

pull/10/head
Eren Golge 2019-04-18 15:19:36 +02:00
parent ff33604df1
commit e05263769e
1 changed files with 1 additions and 1 deletions

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