Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 593072 Details for
Bug 717042
[abrt] gourmet-0.15.9-1.fc15: reccard.py:2103:commit_iter:KeyError: 'ingkey'
[?]
New
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.rh83 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]
Fixed upstream
gourmet.patch (text/plain), 804 bytes, created by
Sean Sheedy
on 2012-06-19 21:36:50 UTC
(
hide
)
Description:
Fixed upstream
Filename:
MIME Type:
Creator:
Sean Sheedy
Created:
2012-06-19 21:36:50 UTC
Size:
804 bytes
patch
obsolete
>--- gourmet-0.15.9/src/lib/reccard.py 2011-03-20 04:37:25.000000000 -0700 >+++ gourmet-0.15.9.patch/src/lib/reccard.py 2012-04-06 12:24:57.511723046 -0700 >@@ -2100,7 +2100,9 @@ class IngredientController (plugin_loade > if type(ing) != int and not isinstance(ing,RecRef): > for att in ['amount','unit','item','ingkey','position','inggroup','optional']: > # Remove all unchanged attrs from dict... >- if getattr(ing,att)==d[att]: del d[att] >+ if hasattr(d,att): >+ if getattr(ing,att)==d[att]: >+ del d[att] > if ing in deleted: > # We have not been deleted... > deleted.remove(ing)
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 717042
: 593072 |
593079