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

This commit is contained in:
Jacob McGill
2017-08-29 14:41:17 -04:00
committed by Dag Wieers
parent d740dfdcb6
commit e3b66a8016

View File

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