You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
The guiconfig module has an unused import.
To Reproduce
Steps to reproduce the behavior:
Get this:
Expected behavior
Search results
Impact
High impact to guiconfig
The text was updated successfully, but these errors were encountered: