consistent naming
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
d9f86e26d9
commit
4db02516e7
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class Type(object):
|
||||||
return os.path.join(self.path, "manifest")
|
return os.path.join(self.path, "manifest")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def gencode(self):
|
def gencode_local(self):
|
||||||
return os.path.join(self.path, "gencode-local")
|
return os.path.join(self.path, "gencode-local")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in a new issue