зеркало из https://github.com/mozilla/bugbot.git
[topcrash_highlight] Don't run the rule when the versions are not consistent (#2208)
This commit is contained in:
Родитель
cd20901c58
Коммит
e73136afe8
|
@ -22,6 +22,9 @@ MAX_SIGNATURES_PER_QUERY = 30
|
|||
class TopcrashHighlight(BzCleaner):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
if not self.init_versions():
|
||||
return
|
||||
|
||||
self.topcrashes = None
|
||||
self.topcrashes_restrictive = None
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче