This commit is contained in:
Johan Nordberg 2022-05-29 04:26:11 +00:00
parent ce30b5bbe5
commit 3f641c2beb

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