Skip to content

Fix SyntaxWarning in regex#421

Merged
mcarlton00 merged 1 commit into
jellyfin:masterfrom
jjlin:syntax-warning
Apr 25, 2026
Merged

Fix SyntaxWarning in regex#421
mcarlton00 merged 1 commit into
jellyfin:masterfrom
jjlin:syntax-warning

Conversation

@jjlin

@jjlin jjlin commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

This warning was introduced in Python 3.12:

plugin.video.jellycon/resources/lib/utils.py:107: SyntaxWarning:
  "\+" is an invalid escape sequence.
  Such sequences will not work in the future.
  Did you mean "\\+"? A raw string is also an option.

This warning was introduced in Python 3.12:

  plugin.video.jellycon/resources/lib/utils.py:107: SyntaxWarning:
    "\+" is an invalid escape sequence.
    Such sequences will not work in the future.
    Did you mean "\\+"? A raw string is also an option.
@mcarlton00 mcarlton00 added the cleanup Code Quality label Apr 25, 2026
@mcarlton00
mcarlton00 merged commit 944da7a into jellyfin:master Apr 25, 2026
3 checks passed
@jjlin
jjlin deleted the syntax-warning branch April 27, 2026 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup Code Quality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants