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(python): invalid escape sequences #5063

Merged
merged 1 commit into from May 2, 2024

Conversation

Rotzbua
Copy link
Contributor

@Rotzbua Rotzbua commented Mar 24, 2024

Convert regex with escape sequences to raw string to avoid invalid escape sequence.

Reference

Closes #5040

@Rotzbua Rotzbua marked this pull request as draft March 24, 2024 16:29
Convert regex with escape sequences to raw string to avoid invalid escape sequence.
@Rotzbua Rotzbua force-pushed the fix_python_invalid_escape_seq branch from c8295ee to 51ebf74 Compare May 1, 2024 23:38
@Rotzbua Rotzbua marked this pull request as ready for review May 2, 2024 00:44
@kintel kintel merged commit 6449751 into openscad:master May 2, 2024
5 checks passed
@Rotzbua Rotzbua deleted the fix_python_invalid_escape_seq branch May 2, 2024 10:04
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.

Chore: remove python 2 specific code
2 participants