consistent naming: /object_base_path/object_path/

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-13 00:16:30 +02:00
parent 1d85d10f4f
commit 8545221787
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class Local(object):
self.out_path = out_path
self.bin_path = os.path.join(self.out_path, "bin")
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)