from local

This commit is contained in:
dohe0342 2023-01-27 17:24:06 +09:00
parent 96be0cd9a5
commit 17a2751fa7
2 changed files with 1 additions and 1 deletions

View File

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