From 1c745d0b1d8a4797b708de35d4247585f4763c61 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Fri, 14 Jun 2013 20:30:49 -0500 Subject: [PATCH] Hide SECLAB tracker. --- scripts/review-stats/review-stats.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/review-stats/review-stats.py b/scripts/review-stats/review-stats.py index c362dd0..3a8638b 100755 --- a/scripts/review-stats/review-stats.py +++ b/scripts/review-stats/review-stats.py @@ -39,9 +39,10 @@ GUIDELINES = 197974 LEGAL = 182235 NEEDSPONSOR = 177841 SCITECH = 505154 +SECLAB = 563471 # These will show up in a query but aren't actual review tickets -trackers = set([ACCEPT, BUNDLED, FEATURE, NEEDSPONSOR, GUIDELINES, SCITECH]) +trackers = set([ACCEPT, BUNDLED, FEATURE, NEEDSPONSOR, GUIDELINES, SCITECH, SECLAB]) # So the bugzilla module has some way to complain logging.basicConfig()