summaryrefslogtreecommitdiffstats
path: root/exception.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-02-16 11:30:39 -0500
committerChris Lumens <clumens@redhat.com>2009-02-16 13:10:12 -0500
commitb362dcf1647fa11f285ff94c3c71580f8e7fdf86 (patch)
treea7ece0d4c0192fdf7bab45522d906a3cbfb511aa /exception.py
parent87bf4551dbd14722f8400b973d9dd6f98b16710c (diff)
downloadanaconda-b362dcf1647fa11f285ff94c3c71580f8e7fdf86.tar.gz
anaconda-b362dcf1647fa11f285ff94c3c71580f8e7fdf86.tar.xz
anaconda-b362dcf1647fa11f285ff94c3c71580f8e7fdf86.zip
File the basic traceback as the first comment instead of a generic message.
Diffstat (limited to 'exception.py')
-rw-r--r--exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/exception.py b/exception.py
index 78e4b6617..23149a8a7 100644
--- a/exception.py
+++ b/exception.py
@@ -447,7 +447,7 @@ def saveToBugzilla(anaconda, exn, dest):
op_sys="Linux",
bug_file_loc="http://",
summary=dest[2],
- comment="This bug was filed automatically by anaconda.",
+ comment="The following was filed automatically by anaconda:\n%s" % str(exn),
status_whiteboard=wb))
if bug is None:
return False