Closed TheFern2 closed 5 years ago
Modified the way the error status is returned, because Response is nested in some places. Is outputting conflicting information:
Before fix:
Response(None, tags.Value, tags.Status) output: Unknown error Success
After fix:
Response(None, tags.Value, tags.Status) output: Success
Tested in both py2, py3.
Modified the way the error status is returned, because Response is nested in some places. Is outputting conflicting information:
Before fix:
After fix:
Tested in both py2, py3.