from local

This commit is contained in:
dohe0342 2023-01-27 17:23:45 +09:00
parent 2c359de5c9
commit 96be0cd9a5
2 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ def prepare_vox(
alignments = {}
with open(trans_path) as f:
cur_file_name = trans_path.split('/')[-1].replace('.txt', '')
print(cur_file_name)
if cur_file_name not in part_file_names:
continue
for line in f: