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