mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 11:27:49 +00:00
Bug 1867439 - fix issue with testinfo for new days. r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D195119
This commit is contained in:
parent
b69bf725b8
commit
4a7122192c
@ -436,7 +436,7 @@ class TestInfoReport(TestInfo):
|
||||
nextday.date(),
|
||||
)
|
||||
urls_to_fetch.append([str(nextday.date()), url])
|
||||
testrundata[str(nextday.date())] = olddata[str(nextday.date())]
|
||||
testrundata[str(nextday.date())] = olddata.get(str(nextday.date()), {})
|
||||
|
||||
startday = nextday
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user