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