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

Eliminate SyntaxWarning: invalid escape sequence '\s' #259

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

xyyy1420
Copy link
Contributor

When the regular expression is stored inside a regular python string, we need to use a double \(\\) . This helps us eliminate syntax warnings.

Signed-off-by: xyyy1420 <xyyy1420@gmail.com>
@aswaterman aswaterman merged commit ef2d43d into riscv:master Jul 16, 2024
2 checks passed
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