Skip to content

[SYCL][E2E] Use "raw string" in re.search(r"", ...) #16807

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

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

aelovikov-intel
Copy link
Contributor

We've been getting

.../sycl/test-e2e/format.py:34: SyntaxWarning: invalid escape sequence '\.'
  win = re.search("win: *([0-9]{3}\.[0-9]{4})", line)

before this PR.

We've been getting

```
.../sycl/test-e2e/format.py:34: SyntaxWarning: invalid escape sequence '\.'
  win = re.search("win: *([0-9]{3}\.[0-9]{4})", line)
```

before this PR.
@aelovikov-intel
Copy link
Contributor Author

@againull , @intel/llvm-reviewers-runtime , ping.

@aelovikov-intel aelovikov-intel merged commit f7fc46d into intel:sycl Jan 28, 2025
17 checks passed
@aelovikov-intel aelovikov-intel deleted the raw-str branch January 28, 2025 22:44
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