Skip to content

Conversation

@tobiasmcnulty
Copy link

I see the following warning when running registry.py:

registry.py:136: SyntaxWarning: invalid escape sequence '\d'

This PR marks the offending string as a raw string literal to tell Python the \d is not an escape sequence (like \n).

registry.py:136: SyntaxWarning: invalid escape sequence '\d'
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