]> git.apps.os.sepia.ceph.com Git - linux-firmware.git/commit
check_whence.py: annotate replacement strings as raw
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 22 Sep 2024 19:44:59 +0000 (20:44 +0100)
committerMario Limonciello <superm1@gmail.com>
Thu, 10 Oct 2024 14:33:32 +0000 (14:33 +0000)
commit737e6f37c06570bcf4ed3707baccbcd38a6c03c4
tree67a3b3b8811f619063926977cdf80aca8bcfa383
parent1dbbc8fb826775b6ad8e77aa76dc19f67c6aff97
check_whence.py: annotate replacement strings as raw

Otherwise python 3.12 throws warnings like below:

.../check_whence.py:40: SyntaxWarning: invalid escape sequence '\ '
  yield match.group(1).replace("\ ", " ").replace('"', "")

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
check_whence.py