-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write table with keys containing a dot #299
Comments
use t.add(tomlkit.key(["a", "prop1"]), "value2") |
Thank you for your response.
But as soon as I add a second property, it fails.
With the error
|
I think it's fixed by #284 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have the below code
I'm trying to add to a table some elements containing some dots.
I'm expecting the below result:
but I'm getting
There are extra double quotes I don't want.
Any idea how am I using wrongly the tomlkit library?
Thanks in advance.
The text was updated successfully, but these errors were encountered: