forked from ungleich-public/cdist
		
	--SyntaxError
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								c7d0d581b1
							
						
					
				
			
			
				commit
				
					
						f95ee8062f
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -123,7 +123,7 @@ class ConfigInstall(object):
 | 
				
			||||||
            # The user may have created dependencies without satisfying them
 | 
					            # The user may have created dependencies without satisfying them
 | 
				
			||||||
            if not required_object.exists():
 | 
					            if not required_object.exists():
 | 
				
			||||||
                raise cdist.Error(cdist_object.name + " requires non-existing " + requirement.name)
 | 
					                raise cdist.Error(cdist_object.name + " requires non-existing " + requirement.name)
 | 
				
			||||||
            else
 | 
					            else:
 | 
				
			||||||
                self.log.debug("Required object %s exists", requirement.name)
 | 
					                self.log.debug("Required object %s exists", requirement.name)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            self.object_run(required_object)
 | 
					            self.object_run(required_object)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue