Skip to content

listNewEvtTypes.py: use raw strings for regular expressions

Adam Morris requested to merge admorris-Sim10-patch-42388 into Sim10

Fixes warnings such as

SyntaxWarning: invalid escape sequence '\d'
  search_regex = re.compile('v'+str(major)+'r(\d+)(?:p(\d+))?')

Should also be cherry-picked to master and Sim11

Merge request reports