lint indentation

pull/10/head
Thomas Werkmeister 2019-07-19 16:26:36 +02:00 committed by GitHub
parent f59543d127
commit 116a21b659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class MyDataset(Dataset):
print(" > ERROR: failed loading phonemes for {}. "
"Recomputing.".format(wav_file))
phonemes = self._generate_and_cache_phoneme_sequence(text,
cache_path)
cache_path)
if self.enable_eos_bos:
phonemes = pad_with_eos_bos(phonemes)