zephyr/scripts/kconfig
Ulf Magnusson ba312fe844 scripts: Remove unnecessary () around if/while conditions in Python
Not needed in Python. Detected by check C0325 in pylint3.

Also replace an

  if len(tag):

with just

  if tag:

Empty strings, byte strings, lists, etc., are falsy in Python.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-03-26 07:59:59 -05:00
..
checkconfig.py scripts: Remove unnecessary () around if/while conditions in Python 2019-03-26 07:59:59 -05:00
diffconfig
kconfig.py kconfig: Have ninja Re-run CMake when Kconfig sources change 2019-03-07 10:40:00 +01:00
kconfigfunctions.py scripts: Remove unnecessary () around if/while conditions in Python 2019-03-26 07:59:59 -05:00
kconfiglib.py kconfiglib: Give more helpful hints for missing files 2019-03-06 12:07:50 +01:00
menuconfig.py kconfiglib: Clarify kconfig_filenames doc re. absolute paths 2019-02-20 11:22:17 -06:00