Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-13 21:59:57 +02:00
parent 5bf0f24e62
commit 453adefc91
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ class DirectoryDictProperty(DirectoryDict):
#print("_set_path: self: %s" % self)
print("_set_path: args: %s" % args)
print("_set_path: kwargs: %s" % kwargs)
print("_set_path: self.path: %s" % self.path)
if self.path is None:
path = self.__path
if callable(path):