use self.context, not self.local
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
d1e06504a2
commit
177c350747
1 changed files with 2 additions and 2 deletions
|
@ -135,8 +135,8 @@ class ConfigInstall(object):
|
|||
self.log.info("Generating and executing code")
|
||||
|
||||
objects = core.CdistObject.list_objects(
|
||||
self.local.object_path,
|
||||
self.local.type_path)
|
||||
self.context.local.object_path,
|
||||
self.context.local.type_path)
|
||||
|
||||
dependency_resolver = resolver.DependencyResolver(objects)
|
||||
self.log.debug(pprint.pformat(dependency_resolver.dependencies))
|
||||
|
|
Loading…
Reference in a new issue