corrected a typo

This commit is contained in:
k4yt3x 2019-04-11 14:56:51 -04:00
parent a57465e866
commit 6538abd6e5

View File

@ -295,7 +295,7 @@ try:
Avalon.error('Input and output path type mismatch')
Avalon.error('Input is single file but output is folder')
raise Exception('input output path type mismatch')
elif not re.search('.*\..*$', args.input):
if not re.search('.*\..*$', args.output):
Avalon.error('No suffix found in output file path')
Avalon.error('Suffix must be specified for FFmpeg')
raise Exception('No suffix specified')