Fix using image file for clone source
This commit is contained in:
parent
b2e287520c
commit
7cfdddcfbd
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ class BaseObj():
|
||||||
"""Base object used by DevObj, DirObj, and ImageObj."""
|
"""Base object used by DevObj, DirObj, and ImageObj."""
|
||||||
def __init__(self, path):
|
def __init__(self, path):
|
||||||
self.type = 'base'
|
self.type = 'base'
|
||||||
|
self.parent = None
|
||||||
self.path = os.path.realpath(path)
|
self.path = os.path.realpath(path)
|
||||||
self.set_details()
|
self.set_details()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue