From 84a5d8719e029d22ad5c13fc7c13b3c3ffdcc8fd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 22 Sep 2022 12:34:51 +0200 Subject: analyze-kconfig: optionally skip stats computation --- lib/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/cli.py b/lib/cli.py index e0cbc7f..3e8e638 100644 --- a/lib/cli.py +++ b/lib/cli.py @@ -126,7 +126,7 @@ def model_quality_table(header, result_lists, info_list): for i, results in enumerate(result_lists): info = info_list[i] buf += " ||| " - if ( + if results is not None and ( info is None or ( key != "energy_Pt" -- cgit v1.2.3