contrib: oe-stylize: fix warning

Fix this warning:
```
meta-openembedded/./contrib/oe-stylize.py:3: SyntaxWarning: invalid escape sequence '\ '
"""\
```

Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Etienne Cordonnier
2026-06-22 13:34:28 +02:00
committed by Khem Raj
parent d36e095d1c
commit a935fb6157
+1 -1
View File
@@ -15,7 +15,7 @@ TODO:
- backup the original .bb file
- make a diff and ask confirmation for patching ?
- do not use startswith only:
/!\ startswith('SOMETHING') is not taken into account due to the previous startswith('S').
WARNING: startswith('SOMETHING') is not taken into account due to the previous startswith('S').
- count rule breaks and displays them in the order frequence
"""