mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
PEP8 double aggressive E20 and E211
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
fa4f448fbe
commit
9c8810de37
|
|
@ -312,10 +312,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
|
||||
|
||||
|
||||
|
|
@ -389,7 +389,7 @@ if __name__ == "__main__":
|
|||
line = follow_rule(5, line)
|
||||
if var == "":
|
||||
if not in_routine:
|
||||
print ("## Warning: unknown variable/routine \"%s\"" % originalLine.rstrip('\n'))
|
||||
print("## Warning: unknown variable/routine \"%s\"" % originalLine.rstrip('\n'))
|
||||
var = 'others'
|
||||
for c in commentBloc:
|
||||
seen_vars[var].append(c)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user