Files
darkexplosiveqwx 45065d711f macvendor.py: use raw strings for regex
This prevents the following warning message:

[...]/tools/macvendor.py:67: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  cols = re.split("\s\s+|\t", line)

Signed-off-by: darkexplosiveqwx <101737077+darkexplosiveqwx@users.noreply.github.com>
2026-06-25 13:10:31 +02:00
..