Skip to content

Fix SyntaxWarning introduced in Python 3.14#9

Merged
moi15moi merged 1 commit intomasterfrom
Fix-SyntaxWarning
Nov 9, 2025
Merged

Fix SyntaxWarning introduced in Python 3.14#9
moi15moi merged 1 commit intomasterfrom
Fix-SyntaxWarning

Conversation

@moi15moi
Copy link
Copy Markdown
Owner

@moi15moi moi15moi commented Nov 9, 2025

Fix this warning:
ass_tag_analyzer\ass_type_parser.py:12: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\s"? A raw string is also an option.
\s

Fix this warning:
ass_tag_analyzer\ass_type_parser.py:12: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  \s
@moi15moi moi15moi merged commit b2fee96 into master Nov 9, 2025
21 checks passed
@moi15moi moi15moi deleted the Fix-SyntaxWarning branch November 9, 2025 20:35
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