--typo
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
a7a086e29b
commit
600e7fb5b5
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Object(object):
|
|||
if DOT_CDIST in dirs:
|
||||
yield os.path.relpath(path, object_base_path)
|
||||
|
||||
def __init__(self, type, base_path, object_id=None)
|
||||
def __init__(self, type, base_path, object_id=None):
|
||||
self.type = type # instance of Type
|
||||
self.base_path = base_path
|
||||
self.object_id = object_id
|
||||
|
|
Loading…
Reference in a new issue