commit | 883b53101ca2ce6afaadd27ca6968101a1a643fc | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> | Wed Sep 04 15:11:57 2019 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Sep 07 08:00:30 2019 -0400 |
tree | 1efd33142874e1d68f08151b0ee5a56dc355655f | |
parent | 47ef9ba6c2a90a45ee7e218c44af739ae79b536a [diff] |
menuconfig: Suppress spurious pylint tuple unpacking warning pylint might be afraid that there'd be less than three elements in 'args', but there never is. Fixes this warning: scripts/kconfig/menuconfig.py:3184:8: W0632: Possible unbalanced tuple unpacking with sequence: left side has 3 label(s), right side has 0 value(s) (unbalanced-tuple-unpacking) Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>