implement code_local
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
8e55e74bc2
commit
93ede2a3be
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ class Object(object):
|
|||
prepared = fsproperty.FileBooleanProperty(lambda obj: os.path.join(obj.absolute_path, "prepared"))
|
||||
ran = fsproperty.FileBooleanProperty(lambda obj: os.path.join(obj.absolute_path, "ran"))
|
||||
source = fsproperty.FileListProperty(lambda obj: os.path.join(obj.absolute_path, "source"))
|
||||
code_local = fsproperty.FileStringProperty(lambda obj: os.path.join(obj.absolute_path, "code-local"))
|
||||
|
||||
@property
|
||||
def exists(self):
|
||||
|
|
Loading…
Reference in a new issue