mirror of
				https://github.com/k4yt3x/video2x.git
				synced 2025-11-03 22:21:37 +01:00 
			
		
		
		
	updated main file date
This commit is contained in:
		
							parent
							
								
									807276fcc3
								
							
						
					
					
						commit
						db603062e9
					
				@ -13,7 +13,7 @@ __      __  _       _                  ___   __   __
 | 
				
			|||||||
Name: Video2X Controller
 | 
					Name: Video2X Controller
 | 
				
			||||||
Author: K4YT3X
 | 
					Author: K4YT3X
 | 
				
			||||||
Date Created: Feb 24, 2018
 | 
					Date Created: Feb 24, 2018
 | 
				
			||||||
Last Modified: July 27, 2019
 | 
					Last Modified: August 3, 2019
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Dev: BrianPetkovsek
 | 
					Dev: BrianPetkovsek
 | 
				
			||||||
Dev: SAT3LL
 | 
					Dev: SAT3LL
 | 
				
			||||||
@ -353,7 +353,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 directory')
 | 
					            Avalon.error('Input is single file but output is directory')
 | 
				
			||||||
            raise Exception('input output path type mismatch')
 | 
					            raise Exception('input output path type mismatch')
 | 
				
			||||||
        if not re.search('.*\..*$', str(args.output)):
 | 
					        if not re.search(r'.*\..*$', str(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