Merge "Added missing super call in DefaultApplier's init"
This commit is contained in:
commit
a809b8d52c
@ -24,6 +24,7 @@ from watcher.objects import ActionPlan
|
|||||||
|
|
||||||
class DefaultApplier(Applier):
|
class DefaultApplier(Applier):
|
||||||
def __init__(self, manager_applier, context):
|
def __init__(self, manager_applier, context):
|
||||||
|
super(DefaultApplier, self).__init__()
|
||||||
self.manager_applier = manager_applier
|
self.manager_applier = manager_applier
|
||||||
self.context = context
|
self.context = context
|
||||||
self.executor = CommandExecutor(manager_applier, context)
|
self.executor = CommandExecutor(manager_applier, context)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user