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