~ruther/qmk_firmware

af4a806e3f1d338402f2ec828120ebc3ba43b3c8 — Ryan 11 months ago 16557f9
`qmk find`: Fix typo in filter logging (#23693)

1 files changed, 2 insertions(+), 2 deletions(-)

M lib/python/qmk/search.py
M lib/python/qmk/search.py => lib/python/qmk/search.py +2 -2
@@ 222,8 222,8 @@ def _filter_keymap_targets(target_list: List[Tuple[str, str]], filters: List[str
                    continue
                valid_keymaps = filter(filter_class.apply, valid_keymaps)

                value_str = f", {{fg_cyan}}{value}{{fg_reset}})" if value is not None else ""
                cli.log.info(f'Filtering on condition: {{fg_green}}{func_name}{{fg_reset}}({{fg_cyan}}{key}{{fg_reset}}{value_str}...')
                value_str = f", {{fg_cyan}}{value}{{fg_reset}}" if value is not None else ""
                cli.log.info(f'Filtering on condition: {{fg_green}}{func_name}{{fg_reset}}({{fg_cyan}}{key}{{fg_reset}}{value_str})...')

            elif equals_match is not None:
                key = equals_match.group('key')

Do not follow this link