mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-10 02:17:36 +00:00
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:
committed by
Khem Raj
parent
d36e095d1c
commit
a935fb6157
@@ -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
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user