Skip to content

Minor syntax warning fix - #29

Open
SamuelWN wants to merge 2 commits into
adameste:masterfrom
SamuelWN:master
Open

Minor syntax warning fix#29
SamuelWN wants to merge 2 commits into
adameste:masterfrom
SamuelWN:master

Conversation

@SamuelWN

@SamuelWN SamuelWN commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Missed this earlier, but it seems that Python 3.13+ now complain about escaping pattern-matching strings.

anidbcli/operations.py:243: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.

Python versions 3.13+ complain about it.

>SyntaxWarning: "\d" is an invalid escape sequence.
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