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

fix DeprecationWarning for invalid escape sequence #23

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

tecknicaltom
Copy link
Contributor

@tecknicaltom tecknicaltom commented Nov 17, 2023

The "\*" in the regex causes a DeprecationWarning for an invalid escape sequence and will cause a syntax error in py3.12. This changes the string to a raw string to fix.

The "\*" in the regex causes a DeprecationWarning for an invalid escape
sequence and will cause a syntax error in py3.12. This changes the
string to a raw string to fix.
@molejar molejar merged commit d2f1d77 into molejar:master Sep 18, 2024
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.

2 participants