зеркало из https://github.com/mozilla/bugbug.git
Regenerate results which don't contain the fix revision
This commit is contained in:
Родитель
c9d1f1c041
Коммит
8db899ebd5
|
@ -86,6 +86,11 @@ class Retriever(object):
|
|||
cached = None
|
||||
reretrieve -= 1
|
||||
|
||||
# Regenerate results which don't contain the fix revision.
|
||||
elif len(cached) == 4:
|
||||
cached = None
|
||||
reretrieve -= 1
|
||||
|
||||
if cached:
|
||||
num_cached += 1
|
||||
value, mozci_version = cached
|
||||
|
|
Загрузка…
Ссылка в новой задаче