summaryrefslogtreecommitdiff
path: root/tests/Kdeploop1
diff options
context:
space:
mode:
authorYasushi SHOJI <yashi@spacecubics.com>2025-10-31 02:11:55 +0900
committerTorsten Tejlmand Rasmussen <torsten.rasmussen@nordicsemi.no>2025-11-04 14:38:55 +0100
commit601f63d035ba355fefb69387de1a9bc5cc2201ab (patch)
tree6413c517a8bc08a1f67c1733f67b79301614f68c /tests/Kdeploop1
parent6eae2bfd385fd7311aaa0f197f1a5060af5d7693 (diff)
scripts: kconfig: gnuconfig: Ignore loc
The commit 125d0daaa17aa added 'loc' to the sym.ranges tuples and fixed kconfiglib.py but guiconfig.py is left untouched. This make menuconfig to die with: Exception in Tkinter callback Traceback (most recent call last): File "/usr/lib/python3.13/tkinter/__init__.py", line 2077, in __call__ return self.func(*args) ~~~~~~~~~^^^^^^^ File ".../scripts/kconfig/guiconfig.py", line 917, in _tree_double_click return _tree_enter(event) File ".../scripts/kconfig/guiconfig.py", line 942, in _tree_enter _change_node(node, tree.winfo_toplevel()) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ".../scripts/kconfig/guiconfig.py", line 1125, in _change_node s = _set_val_dialog(node, parent) File ".../scripts/kconfig/guiconfig.py", line 1219, in _set_val_dialog range_info = _range_info(sym) File ".../scripts/kconfig/guiconfig.py", line 1339, in _range_info for low, high, cond in sym.ranges: ^^^^^^^^^^^^^^^ ValueError: too many values to unpack (expected 3) This commit ignores the last element in the tuples. Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
Diffstat (limited to 'tests/Kdeploop1')
0 files changed, 0 insertions, 0 deletions