[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] File the basic traceback as the first comment instead of a generic message.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH] File the basic traceback as the first comment instead of a generic message.
- Date: Mon, 16 Feb 2009 11:31:35 -0500
---
exception.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/exception.py b/exception.py
index 78e4b66..082a793 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=str(exn),
status_whiteboard=wb))
if bug is None:
return False
--
1.6.0.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]