Skip to content

Commit 8336453

Browse files
authored
Merge pull request #254 from aliceinwire/docs
(results) hashboard now want an explicit boot_origin argument
2 parents 13b85d8 + 2d6022e commit 8336453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)