Skip to content

Commit

Permalink
Update voice_conversion_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored May 6, 2018
1 parent 7d1fae3 commit 28ac97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/voice_conversion_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def process(p: Path, acoustic_converter: AcousticConverter):
except:
import traceback
print('error!', str(p))
traceback.format_exc()
print(traceback.format_exc())


for model_name in args.model_names:
Expand Down

0 comments on commit 28ac97d

Please sign in to comment.