Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci

Signed-off-by: andrusenkoau <andrusenkoau@gmail.com>
  • Loading branch information
pre-commit-ci[bot] authored and andrusenkoau committed Jan 5, 2023
1 parent 3d596c8 commit 5549584
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -91,7 +91,10 @@ def create_manifest(data: List[tuple], output_name: str, manifest_path: str):
if wav_path != '':
# skip invalid input files that could not be converted
f.write(
json.dumps({'audio_filepath': os.path.abspath(wav_path), "duration": duration, 'text': text}, ensure_ascii=False)
json.dumps(
{'audio_filepath': os.path.abspath(wav_path), "duration": duration, 'text': text},
ensure_ascii=False,
)
+ '\n'
)

Expand Down

0 comments on commit 5549584

Please sign in to comment.