Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/feature_files_export
Steven Armstrong 14 years ago
parent 5bf0f24e62
commit 453adefc91
  1. 1
      lib/cdist/util/fsproperty.py

@ -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):

Loading…
Cancel
Save