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

pull/28737/merge
Jacob McGill 7 years ago committed by Dag Wieers
parent d740dfdcb6
commit e3b66a8016

@ -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():

Loading…
Cancel
Save