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
After I run xml.serialize_to_string(ras_processor, test, indent=' '). The order of the attributes has changed to alphabetical. I would prefer to have the same attribute order as the input dictionary. Can this be done?
For this dictionary:
and this processor:
After I run
xml.serialize_to_string(ras_processor, test, indent=' ')
. The order of the attributes has changed to alphabetical. I would prefer to have the same attribute order as the input dictionary. Can this be done?Thanks!
The text was updated successfully, but these errors were encountered: