We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdcf9d commit 822b52aCopy full SHA for 822b52a
treeherder/intermittents_commenter/fetch.py
@@ -28,4 +28,4 @@ def fetch_summary_groups(days):
28
testrun_info_url = f"{firefoxci_artefact_api_url}/test-run-info.json"
29
response = requests.get(testrun_info_url, headers={"User-agent": "mach-test-info/1.0"})
30
summary_groups = response.json()
31
- return {key: summary_groups[key] for key in days}
+ return {key: summary_groups[key] for key in days if key in summary_groups}
0 commit comments