--AttributeError

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-11-09 20:29:36 +01:00
parent ae23f1576f
commit e1cf8d094b

View file

@ -122,7 +122,7 @@ class ConfigInstall(object):
# The user may have created dependencies without satisfying them
if not required_object.exists:
raise cdist.Error(cdist_object.name + " requires non-existing " + requirement.name)
raise cdist.Error(cdist_object.name + " requires non-existing " + required_object.name)
else:
self.log.debug("Required object %s exists", requirement.name)