From cfc77a403e9487580a966669cc4be0f90d464d62 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 9 Feb 2024 09:41:26 +0100 Subject: filter-param: support basic numeric operations and ∈ conditions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/analyze-kconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/analyze-kconfig.py') diff --git a/bin/analyze-kconfig.py b/bin/analyze-kconfig.py index 4a1cb8c..3187609 100755 --- a/bin/analyze-kconfig.py +++ b/bin/analyze-kconfig.py @@ -295,7 +295,7 @@ def main(): if args.filter_param: args.filter_param = list( - map(lambda x: x.split("="), args.filter_param.split(",")) + map(dfatool.cli.parse_filter_string, args.filter_param.split(";")) ) dfatool.utils.filter_aggregate_by_param( by_name, parameter_names, args.filter_param -- cgit v1.2.3