Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 376683 Details for
Bug 545070
Use repr to display Python local variables
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
abrt-repr.patch
abrt-repr.patch (text/plain), 532 bytes, created by
Tim Waugh
on 2009-12-07 13:46:46 UTC
(
hide
)
Description:
abrt-repr.patch
Filename:
MIME Type:
Creator:
Tim Waugh
Created:
2009-12-07 13:46:46 UTC
Size:
532 bytes
patch
obsolete
>diff -up ./abrt_exception_handler.py.repr ./abrt_exception_handler.py >--- ./abrt_exception_handler.py.repr 2009-12-07 13:46:03.500932282 +0000 >+++ ./abrt_exception_handler.py 2009-12-07 13:46:19.755306882 +0000 >@@ -129,7 +129,7 @@ def __dump_exception(out, text, tracebk) > out.write ("\nLocal variables in innermost frame:\n") > try: > for (key, value) in frame.f_locals.items(): >- out.write ("%s: %s\n" % (key, value)) >+ out.write ("%s: %s\n" % (key, repr (value))) > except: > pass >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 545070
: 376683