Skip to content

Commit

Permalink
Merge pull request neonbjb#78 from jnordberg/cli-typo-fix
Browse files Browse the repository at this point in the history
Typofix in CLI
  • Loading branch information
neonbjb authored May 29, 2022
2 parents 68c1580 + b73d46e commit 780d2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tortoise_tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
else:
if len(selected_voices) > 1:
parser.error('cannot have multiple voices without --output-dir"')
if args.candiates > 1:
if args.candidates > 1:
parser.error('cannot have multiple candidates without --output-dir"')

# error out early if pydub isn't installed
Expand Down

0 comments on commit 780d2ce

Please sign in to comment.