Skip to content

Fix invalid escape sequence #134

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pastalian
Copy link

\. is not a valid escape sequence since Python 3.12 and generates a warning.
It will become an error in a future version.
https://docs.python.org/3.12/whatsnew/3.12.html#other-language-changes

`\.` is not a valid escape sequence since Python 3.12 and generates a
warning. It will become an error in a future version.
https://docs.python.org/3.12/whatsnew/3.12.html#other-language-changes
pastalian added a commit to pastalian/gentoo that referenced this pull request Mar 21, 2025
gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request Mar 21, 2025
WoeUSB/WoeUSB-ng#134

Signed-off-by: Takuya Wakazono <[email protected]>
Closes: #41211
Signed-off-by: Viorel Munteanu <[email protected]>
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.

1 participant