-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
How to wrap values in quotes? #132
Comments
The This means that if you want to use Alternatively, if the file you are trying to produce is a valid TOML file, you can have a look at an alternative library called `tomlkit Note that the TOML syntax is different from Python's |
@abravalheri
but when it tried it with ConfigUpdater I get final file without comments and strings like this:
|
Ah, I see... That happens because This will probably skip lines starting with comments, though... |
I need to make config file like this:
As you can see values in quotes. When I create it with ConfigUpdater I get:
How can I add quotes to values?
The text was updated successfully, but these errors were encountered: