Fix typo: "FEATURR".
This commit is contained in:
parent
318462b67a
commit
c3b5f79919
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ NEEDSPONSOR = '177841'
|
|||
SCITECH = '505154'
|
||||
|
||||
# These will show up in a query but aren't actual review tickets
|
||||
trackers = set([ACCEPT, FEATURR, NEEDSPONSOR, GUIDELINES, SCITECH])
|
||||
trackers = set([ACCEPT, FEATURE, NEEDSPONSOR, GUIDELINES, SCITECH])
|
||||
|
||||
def parse_commandline():
|
||||
usage = "usage: %prog [options] -d <dest_dir> -t <template_dir>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue