Yes please :) I like the "This bug was filed automatically by anaconda." comment. Any chance we could keep that and the traceback? Or is there another way to tell that something was filed using SaveToBugzilla (keyword || whiteboard)? Thanks, James On Mon, 2009-02-16 at 11:31 -0500, Chris Lumens wrote: > --- > 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 -- ========================================== James Laska -- jlaska@xxxxxxxxxx Quality Engineering -- Red Hat, Inc. ==========================================
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list