forked from ungleich-public/cdist
		
	indent/cleanup
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								71af3b60c0
							
						
					
				
			
			
				commit
				
					
						d21126189c
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -90,13 +90,13 @@ class ConfigInstall:
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        # Submit debug flag to manifest, can be used by emulator and types
 | 
					        # Submit debug flag to manifest, can be used by emulator and types
 | 
				
			||||||
        if self.debug:
 | 
					        if self.debug:
 | 
				
			||||||
            env['__debug']                  = "yes"
 | 
					            env['__debug']              = "yes"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Required for recording source in emulator
 | 
					        # Required for recording source in emulator
 | 
				
			||||||
        env['__cdist_manifest']         = manifest_path
 | 
					        env['__cdist_manifest']         = manifest_path
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Required to find types in emulator
 | 
					        # Required to find types in emulator
 | 
				
			||||||
        env['__cdist_type_base_path']    = self.context.type_base_path
 | 
					        env['__cdist_type_base_path']   = self.context.type_base_path
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Other environment stuff
 | 
					        # Other environment stuff
 | 
				
			||||||
        if extra_env:
 | 
					        if extra_env:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue