ACI Rest: Fix issue with XML response (#28785)

pull/4420/head
Jacob McGill 2017-08-29 14:41:17 -04:00 committed by Dag Wieers
parent d740dfdcb6
commit e3b66a8016
1 changed files with 2 additions and 1 deletions

View File

@ -192,6 +192,7 @@ def aci_response(result, rawoutput, rest_type='xml'):
if rest_type == 'json':
aci_response_json(result, rawoutput)
else:
aci_response_xml(result, rawoutput)