-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bug
Description
Describe the bug
The guiconfig module has an unused import.
To Reproduce
Steps to reproduce the behavior:
- west build -t guiconfig
- control-f
- type some search term and hit enter
Get this:
Exception in Tkinter callback
Traceback (most recent call last):
File "/home/mbolivar/zp/zephyr/scripts/kconfig/guiconfig.py", line 1865, in _update_jump_to_matches
regex_searches = [re.compile(regex).search
File "/home/mbolivar/zp/zephyr/scripts/kconfig/guiconfig.py", line 1865, in <listcomp>
regex_searches = [re.compile(regex).search
NameError: name 're' is not defined
Expected behavior
Search results
Impact
High impact to guiconfig
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bug