Skip to content
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

Please add blank space after colon in version definition. #17

Open
jsiemek opened this issue Jun 9, 2021 · 0 comments
Open

Please add blank space after colon in version definition. #17

jsiemek opened this issue Jun 9, 2021 · 0 comments

Comments

@jsiemek
Copy link

jsiemek commented Jun 9, 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.

@jsiemek 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant