Skip to content

Commit

Permalink
[topcrash_highlight] Don't run the rule when the versions are not con…
Browse files Browse the repository at this point in the history
…sistent (#2208)
  • Loading branch information
suhaibmujahid authored Aug 29, 2023
1 parent cd20901 commit e73136a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bugbot/rules/topcrash_highlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
class TopcrashHighlight(BzCleaner):
def __init__(self):
super().__init__()
if not self.init_versions():
return

self.topcrashes = None
self.topcrashes_restrictive = None

Expand Down

0 comments on commit e73136a

Please sign in to comment.