summaryrefslogtreecommitdiffstats
path: root/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'exception.py')
-rw-r--r--exception.py1
1 files changed, 1 insertions, 0 deletions
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