forked from ungleich-public/cdist
++debug
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
cf6139504b
commit
0aa53bab4c
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +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, args=%s, kwargs=%s" % (self, args, kwargs))
|
||||||
if self.path is None:
|
if self.path is None:
|
||||||
path = self.__path
|
path = self.__path
|
||||||
if callable(path):
|
if callable(path):
|
||||||
|
|
Loading…
Reference in a new issue