++debug
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
a3e1ca9a18
commit
5bf0f24e62
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ class DirectoryDictProperty(DirectoryDict):
|
||||||
self.__path = path
|
self.__path = path
|
||||||
|
|
||||||
def _set_path(self, *args, **kwargs):
|
def _set_path(self, *args, **kwargs):
|
||||||
print("_set_path: self: %s" % self)
|
#print("_set_path: self: %s" % self)
|
||||||
print("_set_path: args: %s" % args)
|
print("_set_path: args: %s" % args)
|
||||||
print("_set_path: kwargs: %s" % kwargs)
|
print("_set_path: kwargs: %s" % kwargs)
|
||||||
if self.path is None:
|
if self.path is None:
|
||||||
|
|
Loading…
Reference in a new issue