From 2d6022e91cd3fc471e141d845d5b657958b3ed88 Mon Sep 17 00:00:00 2001 From: Arisu Tachibana Date: Tue, 9 Dec 2025 01:40:41 +0900 Subject: [PATCH] (results) dashboard now want an explicit boot_origin argument Signed-off-by: Arisu Tachibana --- kcidev/subcommands/results/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcidev/subcommands/results/parser.py b/kcidev/subcommands/results/parser.py index 3ffd9fd..c514f87 100644 --- a/kcidev/subcommands/results/parser.py +++ b/kcidev/subcommands/results/parser.py @@ -692,7 +692,7 @@ def get_all_data(commit_hash): origin, giturl, branch, commit_hash, None, None, None, None, False ) boots_data = dashboard_fetch_boots( - origin, giturl, branch, commit_hash, None, None, None, None, False + origin, giturl, branch, commit_hash, None, None, None, None, False, None ) tests_data = dashboard_fetch_tests( origin, giturl, branch, commit_hash, None, None, None, None, False