Skip to content
Snippets Groups Projects
Commit f84f26c7 authored by Brian Moe's avatar Brian Moe
Browse files

Typo. " cWB_s" -> "cWB_s"

parent 4a377709
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ createdQ = createdQ.setParseAction(maybeRange("created"))
# Labels
# XXX should we not get these from the DB?
labelNames = ["DQV", "INJ", "LUMIN_NO", "LUMIN_GO", "SWIFT_NO", "SWIFT_GO", "EM_READY", "cWB_r"," cWB_s"]
labelNames = ["DQV", "INJ", "LUMIN_NO", "LUMIN_GO", "SWIFT_NO", "SWIFT_GO", "EM_READY", "cWB_r","cWB_s"]
label = Or([CaselessLiteral(n) for n in labelNames]).\
setParseAction( lambda toks: Q(labels__name=toks[0]) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment