mirror of
				https://github.com/k4yt3x/video2x.git
				synced 2025-11-04 14:41:35 +01: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 and output path type mismatch')
 | 
				
			||||||
            Avalon.error('Input is single file but output is folder')
 | 
					            Avalon.error('Input is single file but output is folder')
 | 
				
			||||||
            raise Exception('input output path type mismatch')
 | 
					            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('No suffix found in output file path')
 | 
				
			||||||
            Avalon.error('Suffix must be specified for FFmpeg')
 | 
					            Avalon.error('Suffix must be specified for FFmpeg')
 | 
				
			||||||
            raise Exception('No suffix specified')
 | 
					            raise Exception('No suffix specified')
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user