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

Use raw string for pattern in re.search #26

Merged
merged 2 commits into from
Jun 14, 2024
Merged

Conversation

ferdnyc
Copy link
Contributor

@ferdnyc ferdnyc commented Feb 13, 2024

A really trivial fix. Avoids issues due to the un-doubled backslash:

SyntaxWarning: invalid escape sequence '\d'

@ssbarnea ssbarnea added the bug Something isn't working label Jun 14, 2024
@ssbarnea ssbarnea merged commit 0e09a72 into coactions:main Jun 14, 2024
12 checks passed
@ferdnyc ferdnyc deleted the patch-1 branch June 14, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants