consistent naming: /object_base_path/object_path/
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								1d85d10f4f
							
						
					
				
			
			
				commit
				
					
						8545221787
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -67,7 +67,7 @@ class Local(object):
 | 
				
			||||||
        self.out_path = out_path
 | 
					        self.out_path = out_path
 | 
				
			||||||
        self.bin_path = os.path.join(self.out_path, "bin")
 | 
					        self.bin_path = os.path.join(self.out_path, "bin")
 | 
				
			||||||
        self.global_explorer_out_path = os.path.join(self.out_path, "explorer")
 | 
					        self.global_explorer_out_path = os.path.join(self.out_path, "explorer")
 | 
				
			||||||
        self.object_base_path = os.path.join(self.out_path, "object")
 | 
					        self.object_path = os.path.join(self.out_path, "object")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.log = logging.getLogger(self.target_host)
 | 
					        self.log = logging.getLogger(self.target_host)
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue