Merge "Indent four spaces"

This commit is contained in:
Zuul 2019-05-20 04:15:04 +00:00 committed by Gerrit Code Review
commit a0bdee0e94
1 changed files with 6 additions and 6 deletions

View File

@ -94,9 +94,9 @@ class UpdateForm(forms.SelfHandlingForm):
@handle_errors(_("Unable to update Action Execution"), []) @handle_errors(_("Unable to update Action Execution"), [])
def handle(self, request, data): def handle(self, request, data):
return api.action_execution_update( return api.action_execution_update(
request, request,
data['action_execution_id'], data['action_execution_id'],
data['state'], data['state'],
data['output'], data['output'],
) )