--SyntaxError

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-11-09 20:28:04 +01:00
parent c7d0d581b1
commit f95ee8062f
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,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)
else
else:
self.log.debug("Required object %s exists", requirement.name)
self.object_run(required_object)