From 0aa53bab4cfc88620b045b321dee67a396202474 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Thu, 13 Oct 2011 21:51:16 +0200 Subject: [PATCH] ++debug Signed-off-by: Steven Armstrong --- lib/cdist/util/fsproperty.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cdist/util/fsproperty.py b/lib/cdist/util/fsproperty.py index 9b55be72..3559fdcf 100644 --- a/lib/cdist/util/fsproperty.py +++ b/lib/cdist/util/fsproperty.py @@ -207,6 +207,7 @@ class DirectoryDictProperty(DirectoryDict): self.__path = path def _set_path(self, *args, **kwargs): + print("_set_path: self=%s, args=%s, kwargs=%s" % (self, args, kwargs)) if self.path is None: path = self.__path if callable(path):