-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Read YAML and output TOML #180
Comments
Try this:
|
Thank you very much for your answer. I missed
My version is:
Maybe this is a new option? |
The option is undocumented on purpose. It has been there for as long as TOML support has been there. Can you paste the contents of your pyproject.toml? |
Ah, I think I know what's happening there. You are trying to convert a YAML file with null values into TOML, which does not support them. |
Filed #183 I'm going to close this issue since there is no bug that I can identify aside from that. |
Sorry for the delay of my answer. Indeed, this was the problem. Thank you very much for your answer and for the new ticket. |
I was wondering if there is a way to take a YAML file as input, and output a TOML file? Since you are handling both formats, I thought it should be possible, but if it is, I do not find how.
Thanks in advance for your answer, and thanks for your nice tool.
The text was updated successfully, but these errors were encountered: