You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you provide a list of acceptable destinations in the status detail of a StatusMessage object, then transform the StatusMessage to XML and re-parse it, the value of status.status_detail will be structured differently in the parsed object.
If you provide a list of acceptable destinations in the status detail of a StatusMessage object, then transform the StatusMessage to XML and re-parse it, the value of
status.status_detail
will be structured differently in the parsed object.Here's a very straight-forward reproduction case:
If you specify only two destinations then the output is as expected:
However, as you add more and more destinations they become nested deeper and deeper:
The XML appears to be well-formed, so I imagine there's an issue in the
.from_xml()
method.The text was updated successfully, but these errors were encountered: