Merge pull request #78 from jnordberg/cli-typo-fix

Typofix in CLI
This commit is contained in:
James Betker 2022-05-28 22:30:41 -06:00 committed by GitHub
commit 780d2ce313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ if args.output_dir:
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