forked from ungleich-public/cdist
		
	was the object prepared/ran?
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								5c9694215c
							
						
					
				
			
			
				commit
				
					
						344bfb0603
					
				
			
		
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -90,6 +90,10 @@ class Object(object):
 | 
			
		|||
        self.__parameters = None
 | 
			
		||||
        self.__requirements = None
 | 
			
		||||
 | 
			
		||||
        # Whether this object was prepared/ran
 | 
			
		||||
        self.prepared = False
 | 
			
		||||
        self.ran = False
 | 
			
		||||
        
 | 
			
		||||
    def __repr__(self):
 | 
			
		||||
        return '<Object %s>' % self.name
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue