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
Hi @psyciknz, you'll need to use a DynamicInlineTableDict to get the desired behavior. preserve was originally intended for round tripping data from a toml file. If you want to create this directly from Python, you'll need to set the preserve flag and use that sentinel dictionary to trigger this behavior in the encoder.
I have the following toml I'm trying to write:
With the following python though:
I get the following toml:
How can I get the clean entry as part of the feeds.colinfurze3?
The text was updated successfully, but these errors were encountered: