mbox series

[0/1] tools, xen/scripts: clear out Python syntax warnings

Message ID 20241214161350.70515-1-Ariel.Otilibili-Anieli@eurecom.fr (mailing list archive)
Headers show
Series tools, xen/scripts: clear out Python syntax warnings | expand

Message

Ariel Otilibili Dec. 14, 2024, 4:09 p.m. UTC
Hello,

The series clears out Python syntax warnings. In all occurrences of the re methods,

```
$ git grep -Pn '[^\w_]re\.[a-z]+' | wc -l 
69
```

Where it was needed, the strings have been quoted as raw.

Thank you,

Ariel Otilibili (1):
  tools, xen/scripts: clear out Python syntax warnings

 tools/misc/xensymoops                         | 4 ++--
 tools/pygrub/src/GrubConf.py                  | 4 ++--
 tools/pygrub/src/pygrub                       | 6 +++---
 xen/scripts/xen_analysis/cppcheck_analysis.py | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)