Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/feature_files_export
Steven Armstrong 14 years ago
parent 0aa53bab4c
commit 7fc63a3802
  1. 2
      lib/cdist/util/fsproperty.py

@ -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, args, kwargs))
print("_set_path: self=%s, args=%s, kwargs=%s" % (self, str(args), str(kwargs)))
if self.path is None:
path = self.__path
if callable(path):

Loading…
Cancel
Save