forked from ungleich-public/cdist
--AttributeError
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
ae23f1576f
commit
e1cf8d094b
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class ConfigInstall(object):
|
||||||
|
|
||||||
# The user may have created dependencies without satisfying them
|
# The user may have created dependencies without satisfying them
|
||||||
if not required_object.exists:
|
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:
|
else:
|
||||||
self.log.debug("Required object %s exists", requirement.name)
|
self.log.debug("Required object %s exists", requirement.name)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue