Files
chipsec-chipsec/chipsec
Nicolas Iooss 518b7df6a0 Use raw string in the regular expression used in chipsec/module.py
`chipsec/module.py` uses a normal string to define a regular expression,
which makes flake8 report:

    chipsec/module.py:34:27: W605 invalid escape sequence '\w'
    chipsec/module.py:34:31: W605 invalid escape sequence '\.'
    chipsec/module.py:34:33: W605 invalid escape sequence '\w'

To prevent the Python interpreter from trying to interpret the escape
sequences, use a raw string.

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
2023-07-10 16:41:49 -07:00
..
2023-07-10 16:41:18 -07:00
2023-06-05 16:36:35 -07:00
2023-06-28 11:11:52 -07:00