--AttributeError

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/feature_files_export
Steven Armstrong 14 years ago
parent ae23f1576f
commit e1cf8d094b
  1. 2
      lib/cdist/config_install.py

@ -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)

Loading…
Cancel
Save