--- 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 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list