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 strings to fix invalid escape (V1) #427

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Conversation

kno10
Copy link
Contributor

@kno10 kno10 commented Dec 15, 2023

The replacement string contains \g, which is an invalid escape in Python (and not supposed to be a python escape).

The replacement string contains `\g`, which is an invalid escape in Python (and not supposed to be a python escape).
Copy link
Collaborator

@MiWeiss MiWeiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :-)

@MiWeiss MiWeiss merged commit e4c6eb6 into sciunto-org:v1 Dec 15, 2023
5 checks passed
@max-moser max-moser mentioned this pull request Sep 24, 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