Home
last modified time | relevance | path

Searched hist:"1 a28f290b8224eb1d78a2476faaedc5154f82208" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/tools/sptool/
H A Dsp_mk_generator.py1a28f290b8224eb1d78a2476faaedc5154f82208 Fri Oct 07 09:02:33 UTC 2022 J-Alves <joao.alves@arm.com> fix(sptool): operators "is/is not" in sp_mk_gen.py

Replace the "is/is not" operator by "==/!=" for literals, to fix the
syntax warnings below:

tools/sptool/sp_mk_generator.py:93: SyntaxWarning: "is not" with a literal. Did you mean "!="?
return len(sppkg_rule) is not 0

tools/sptool/sp_mk_generator.py:203: SyntaxWarning: "is" with a literal. Did you mean "=="?
assert(len(uuid_lines) is 1)

Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I10800f6b607942542aa2cbaaecac86b854f6b56a