Skip to content

Escape re match escapes for python3

Martin Renvoize requested to merge python3_escapes into apply_on_cascade

Fedora 39 updated their python3 and it spits out more warnings around regular expression syntax and escaping escape characters.

This patch squashes the warnings and all appears to work as expected.

Merge request reports