cdist_object.type => cdist_object.cdist_type

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-02-13 15:01:45 +01:00
parent edd93aa1f8
commit f8868349e6
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class ConfigInstall(object):
# TODO: remove once we are sure that this really never happens.
raise cdist.Error("Attempting to run an already finished object: %s", cdist_object)
cdist_type = cdist_object.type
cdist_type = cdist_object.cdist_type
# Generate
self.log.info("Generating and executing code for " + cdist_object.name)