Merge "Added LaunchActionPlanCommand's init super call"
This commit is contained in:
commit
2a573593a5
@ -30,6 +30,7 @@ LOG = log.getLogger(__name__)
|
||||
|
||||
class LaunchActionPlanCommand(ApplierCommand):
|
||||
def __init__(self, context, manager_applier, action_plan_uuid):
|
||||
super(LaunchActionPlanCommand, self).__init__()
|
||||
self.ctx = context
|
||||
self.action_plan_uuid = action_plan_uuid
|
||||
self.manager_applier = manager_applier
|
||||
|
Loading…
Reference in New Issue
Block a user