Skip to content

tools: fix regex strings in Python tools

Rodrigo Muino Tomonari requested to merge github/fork/josusky/main into main

tools: fix regex strings in Python tools

Strings used to construct regular expressions shall be marked as raw otherwise newer versions of Python throw "SyntaxError" because of invalid escape sequences.

Merge request reports

Loading