mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 06:59:11 +00:00
corrected a typo
This commit is contained in:
parent
a57465e866
commit
6538abd6e5
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user