meta-openembedded/contrib
Jeremy Kerr 60637824d8 contrib: fix python warnings for oe-stylize
I get a couple of python SyntaxWarnings when running oe-stylize:

  [jk@pecola meta-openembedded]$ python3 contrib/oe-stylize.py
  contrib/oe-stylize.py:372: SyntaxWarning: "is not" with a literal. Did you mean "!="?
    if line is not '':
  contrib/oe-stylize.py:389: SyntaxWarning: "is" with a literal. Did you mean "=="?
    if line.isspace() or line is '':

The 'is' operator is for object reference comparison, which is not what
we want here. Change to '==' / '!=' instead.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-12-21 18:49:37 -08:00
..
oe-stylize.py contrib: fix python warnings for oe-stylize 2021-12-21 18:49:37 -08:00
pw-am.sh contrib: import pw-am.sh and oe-stylize from OE classic 2011-10-14 14:26:33 +02:00