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
Every time you convert a json file to python it appears that the last line of a section is leading to invalid python code if this line ends by a quotation mark.
It doesn't make a difference if you use single or double quotes in the json file. Anyway it will be missing in the converted .py file.
Could you please check if there is a way to fix this issue. Think some people here would appreciate that.
BR
The text was updated successfully, but these errors were encountered:
Every time you convert a json file to python it appears that the last line of a section is leading to invalid python code if this line ends by a quotation mark.
Here an example .json file:
Here an resulting .py file:
It doesn't make a difference if you use single or double quotes in the json file. Anyway it will be missing in the converted .py file.
Could you please check if there is a way to fix this issue. Think some people here would appreciate that.
BR
The text was updated successfully, but these errors were encountered: