fixed logic error in inputdir validation.
This commit is contained in:
		
							parent
							
								
									3e5250a8dc
								
							
						
					
					
						commit
						3e1a15ac48
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -55,7 +55,7 @@ def parse_arguments():
 | 
			
		|||
        print(str(e))
 | 
			
		||||
        exit()
 | 
			
		||||
 | 
			
		||||
    if args.inputDir.resolve().exists():
 | 
			
		||||
    if not args.inputDir.resolve().exists():
 | 
			
		||||
        print(f'Inputdir {args.inputDir.resolve()} does not exist!')
 | 
			
		||||
        exit()
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue