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

Prevent colon confusion in output parsing #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

unDeadHerbs
Copy link

@unDeadHerbs unDeadHerbs commented Oct 3, 2022

By using a magic string that shouldn't appear in code, we make "parsing" easier. Really this should use a real parser call into the library; but, this is an easy enough fix.

Fixes #20

@unDeadHerbs unDeadHerbs force-pushed the patch-1 branch 2 times, most recently from 474946a to 9243556 Compare October 3, 2022 19:35
By use a magic string that shouldn't appear in code, we
make parsing easier.  Really we should use a parser or
something; but, this is an easy enough fix.

Fixes mattijn#20
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

Successfully merging this pull request may close these issues.

Spacing around colons can crash pycodestyle_magic
1 participant