From b8fe7d79f129d999f60c18c99262a3db46c9ceb4 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 13 Aug 2008 13:07:54 -0400 Subject: Add the match type so we don't find all bugs. --- exception.py | 1 + 1 file changed, 1 insertion(+) (limited to 'exception.py') diff --git a/exception.py b/exception.py index 7fb2f7ff1..ffb37fabb 100644 --- a/exception.py +++ b/exception.py @@ -403,6 +403,7 @@ def saveToBugzilla(anaconda, exn, dest): # list. Otherwise, we need to create a new bug. wb = "anaconda_trace_hash:%s" % hash buglist = withBugzillaDo(filer, lambda b: b.query({'status_whiteboard': wb, + 'status_whiteboard_type':'allwordsexact', 'bug_status': []})) if buglist is None: return False -- cgit