~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/archivepublisher/uploadprocessor.py

merge from RF

Show diffs side-by-side

added added

removed removed

Lines of Context:
255
255
                # the new exception will be handled by the caller just like
256
256
                # the one we caught would have been, by failing the upload
257
257
                # with no email.
258
 
                self.log.exception(
259
 
                    "Unhandled exception processing upload", exc_info=True)
 
258
                self.log.exception("Unhandled exception processing upload")
260
259
                upload.reject("Unhandled exception processing upload: %s" % e)
261
260
                                
262
261
            if upload.rejected: