Skip to content

Commit 2d6022e

Browse files
committed
(results) dashboard now want an explicit boot_origin argument
Signed-off-by: Arisu Tachibana <arisu.tachibana@miraclelinux.com>
1 parent ed48d22 commit 2d6022e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kcidev/subcommands/results/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ def get_all_data(commit_hash):
692692
origin, giturl, branch, commit_hash, None, None, None, None, False
693693
)
694694
boots_data = dashboard_fetch_boots(
695-
origin, giturl, branch, commit_hash, None, None, None, None, False
695+
origin, giturl, branch, commit_hash, None, None, None, None, False, None
696696
)
697697
tests_data = dashboard_fetch_tests(
698698
origin, giturl, branch, commit_hash, None, None, None, None, False

0 commit comments

Comments
 (0)