arm-trusted-firmware/tools/sptool
J-Alves 1a28f290b8 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
2022-10-07 10:06:08 +01:00
..
Makefile tools: Set the tool's default binary name 2020-09-07 12:58:24 +01:00
sp_mk_generator.py fix(sptool): operators "is/is not" in sp_mk_gen.py 2022-10-07 10:06:08 +01:00
spactions.py feat(sptool): add python SpSetupActions framework 2022-05-04 10:11:24 +01:00
sptool.py feat(sptool): python version of the sptool 2022-05-04 15:36:56 +01:00