Skip to content

Commit

Permalink
Merge pull request #3 from cronrpc/multi-lang
Browse files Browse the repository at this point in the history
multi-lang version init.
  • Loading branch information
cronrpc authored Dec 1, 2023
2 parents 0968a30 + 75df63d commit 2092671
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added subfix/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion subfix_create_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def create_list(source_dir, target_dir, resample_dir, sample_rate, language, out
try:
file.write(line.strip() + '\n')
except UnicodeEncodeError:
print("UnicodeEncodeError: Can't encode to ASCII:", r)
print("UnicodeEncodeError: Can't encode to ASCII:", line)


if __name__ == "__main__":
Expand Down

0 comments on commit 2092671

Please sign in to comment.