From 934a10a9b09ae7b4630c7c21c8c23cf9592990f8 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 31 Oct 2008 16:31:35 -0400 Subject: Check that the platform and product are also correct (#469367). --- exception.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'exception.py') diff --git a/exception.py b/exception.py index 70b61c0f4..e4e7c08ae 100644 --- a/exception.py +++ b/exception.py @@ -408,9 +408,8 @@ def saveToBugzilla(anaconda, exn, dest): if buglist is None: return False - # FIXME: need to handle all kinds of errors here if len(buglist) == 0: - bug = withBugzillaDo(filer, lambda b: b.createbug(product=product.productName, + bug = withBugzillaDo(filer, lambda b: b.createbug(product=filer.getproduct(product.productName), component="anaconda", version=filer.getversion(product.productVersion, product.productName), -- cgit