From: Etienne Cordonnier <[email protected]>

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

Signed-off-by: Etienne Cordonnier <[email protected]>
---
 contrib/oe-stylize.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/oe-stylize.py b/contrib/oe-stylize.py
index 1fb0a5bcc0..e48b4dd5c1 100755
--- a/contrib/oe-stylize.py
+++ b/contrib/oe-stylize.py
@@ -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
 """
 
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#127692): 
https://lists.openembedded.org/g/openembedded-devel/message/127692
Mute This Topic: https://lists.openembedded.org/mt/119922119/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to