mirror of
				https://github.com/yweber/lodel2.git
				synced 2025-10-31 11:39:02 +01:00 
			
		
		
		
	Syntax error bugfix
This commit is contained in:
		
					parent
					
						
							
								eac6df20fa
							
						
					
				
			
			
				commit
				
					
						0a93191207
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -168,7 +168,7 @@ to generic PluginVersion comparison function : '%s'" % cmp_fun_name) | |||
|             if not cmpfun( | ||||
|                     getattr(self, property_name), | ||||
|                     getattr(other, property_name)): | ||||
|                 if property_name == self.PROPERTY_LIST[-1] | ||||
|                 if property_name == self.PROPERTY_LIST[-1]: | ||||
|                     return False | ||||
|         return True | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yann
				Yann