From bc47de5d127c884fce0e197d72c2f5e955fa0d3f Mon Sep 17 00:00:00 2001 From: Camila Alvarez Date: Tue, 4 Mar 2025 21:07:54 -0300 Subject: [PATCH] kci-dev results: Fixes KeyError: "misc" fixes kernelci/kci-dev#131 Signed-off-by: Camila Alvarez --- kcidev/subcommands/results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcidev/subcommands/results.py b/kcidev/subcommands/results.py index ae602f9..1c1879a 100644 --- a/kcidev/subcommands/results.py +++ b/kcidev/subcommands/results.py @@ -372,7 +372,7 @@ def cmd_tests(data, commit, download_logs, status_filter, filter): kci_msg("") kci_msg_nonl(" hardware: ") - kci_msg_cyan_nonl(test["misc"]["platform"]) + kci_msg_cyan_nonl(test["environment_misc"]["platform"]) kci_msg("") if test["environment_compatible"]: