Skip to content

Conversation

@mjeanson
Copy link

@mjeanson mjeanson commented Nov 5, 2025

Add missing raw string prefixes to string literals that contain regex with backslash escaped characters.

This was erroneously removed when converting to python3, the template
needs to be evaluated to replace '%(listname)s'.

Signed-off-by: Michael Jeanson <[email protected]>
Add the 'r' prefix to the string literals containing regex with
backslashes. This fixes many invalid escape code errors.

Signed-off-by: Michael Jeanson <[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