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: fix search function #32094

Merged

Conversation

mbolivar-nordic
Copy link
Contributor

@mbolivar-nordic mbolivar-nordic commented Feb 8, 2021

The _update_jump_to_matches() function used when searching from the
jump dialog is using the re module without importing it. Fix that.

Fixes: #32095
Signed-off-by: Martí Bolívar [email protected]

The _update_jump_to_matches() function used when searching from the
jump dialog is using the re module without importing it. Fix that.

Signed-off-by: Martí Bolívar <[email protected]>
@mbolivar-nordic mbolivar-nordic added bug The issue is a bug, or the PR is fixing a bug area: Kconfig labels Feb 8, 2021
@mbolivar-nordic mbolivar-nordic added this to the v2.5.0 milestone Feb 8, 2021
@mbolivar-nordic mbolivar-nordic added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Feb 8, 2021
@nashif nashif merged commit 7adc2a0 into zephyrproject-rtos:master Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Kconfig bug The issue is a bug, or the PR is fixing a bug Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

guiconfig search fails
3 participants