Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guiconfig search fails #32095

Closed
mbolivar-nordic opened this issue Feb 8, 2021 · 0 comments · Fixed by #32094
Closed

guiconfig search fails #32095

mbolivar-nordic opened this issue Feb 8, 2021 · 0 comments · Fixed by #32094
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug

Comments

@mbolivar-nordic
Copy link
Contributor

Describe the bug

The guiconfig module has an unused import.

To Reproduce
Steps to reproduce the behavior:

  1. west build -t guiconfig
  2. control-f
  3. 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

@mbolivar-nordic mbolivar-nordic added the bug The issue is a bug, or the PR is fixing a bug label Feb 8, 2021
@mbolivar-nordic mbolivar-nordic self-assigned this Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant