forked from ungleich-public/cdist
		
	cdist is written with a small c ... and the error message being made nicer
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
		
					parent
					
						
							
								73338c330b
							
						
					
				
			
			
				commit
				
					
						81fae9325f
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -128,8 +128,8 @@ if __name__ == "__main__":
 | 
			
		|||
 | 
			
		||||
    cdistpythonversion = '3.2'
 | 
			
		||||
    if sys.version < cdistpythonversion:
 | 
			
		||||
        print('Cdist requires Python >= ' + cdistpythonversion +
 | 
			
		||||
            ' on the source host.', file=sys.stderr)
 | 
			
		||||
        print('Python >= ' + cdistpythonversion +
 | 
			
		||||
            ' is required on the source host.', file=sys.stderr)
 | 
			
		||||
        sys.exit(1)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue