[oe] [PATCH 16/22] contrib: print oldline within single quotes
Armin Kuster
akuster808 at gmail.com
Sun Jan 10 00:59:39 UTC 2016
From: Jose Alarcon <jose.alarcon at ge.com>
Signed-off-by: Jose Alarcon <jose.alarcon at ge.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
contrib/oe-stylize.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/oe-stylize.py b/contrib/oe-stylize.py
index 7bb310d..db8a363 100755
--- a/contrib/oe-stylize.py
+++ b/contrib/oe-stylize.py
@@ -311,10 +311,10 @@ def follow_rule(i, line):
# if the line still does not respect the rule
if not rules[i][0](line):
# this is a rule disgression
- print ("## Disgression: ", rules[i][2], " in:", oldline)
+ print ("## Disgression: ", rules[i][2], " in: '", oldline, "'")
else:
# just remind user about his/her errors
- print ("## Reminder: ", rules[i][2], " in :", oldline)
+ print ("## Reminder: ", rules[i][2], " in : '", oldline, "'")
return line
--
1.9.1
More information about the Openembedded-devel
mailing list