forked from ungleich-public/cdist
implement code, code_remote
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
9482f9ef43
commit
3ef9798098
1 changed files with 7 additions and 0 deletions
|
@ -108,6 +108,13 @@ class Object(object):
|
||||||
DOT_CDIST
|
DOT_CDIST
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def code(self):
|
||||||
|
return os.path.join(self.path, "code-local")
|
||||||
|
|
||||||
|
@property
|
||||||
|
def code_remote(self):
|
||||||
|
return os.path.join(self.path, "code-remote")
|
||||||
|
|
||||||
### requirements
|
### requirements
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in a new issue