use name, not object

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/feature_files_export
Nico Schottelius 14 years ago
parent 354e15015a
commit c0d6d4d530
  1. 2
      lib/cdist/config_install.py

@ -273,7 +273,7 @@ class ConfigInstall:
log.debug("Skipping rerun of object %s", cdist_object)
continue
else:
log.debug("Preparing object: " + cdist_object)
log.debug("Preparing object: " + cdist_object.name)
self.run_type_explorer(cdist_object)
self.run_type_manifest(cdist_object)
cdist_object.prepared = True

Loading…
Cancel
Save