summaryrefslogtreecommitdiffstats
path: root/exception.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-10-31 16:31:35 -0400
committerChris Lumens <clumens@redhat.com>2008-10-31 16:32:29 -0400
commit934a10a9b09ae7b4630c7c21c8c23cf9592990f8 (patch)
treef25713244f3d6f557cc893d156ca727fd4eb0940 /exception.py
parent90b3dd722756333adf5a3f934bc3ffe26272ba41 (diff)
downloadanaconda-934a10a9b09ae7b4630c7c21c8c23cf9592990f8.tar.gz
anaconda-934a10a9b09ae7b4630c7c21c8c23cf9592990f8.tar.xz
anaconda-934a10a9b09ae7b4630c7c21c8c23cf9592990f8.zip
Check that the platform and product are also correct (#469367).
Diffstat (limited to 'exception.py')
-rw-r--r--exception.py3
1 files changed, 1 insertions, 2 deletions
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),