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
In Python the keys of the JSON object are separated from values using ': ' (i.e a colon followed by a space).
"version":"0.1.3"
into
"version": "0.1.3"
as it results in error.
The text was updated successfully, but these errors were encountered:
jsiemek
changed the title
Please add blank space after semicolon in version definition.
Please add blank space after colon in version definition.
Jun 10, 2021
Change
In Python the keys of the JSON object are separated from values using ': ' (i.e a colon followed by a space).
"version":"0.1.3"
into
"version": "0.1.3"
as it results in error.
The text was updated successfully, but these errors were encountered: