Closed
Bug 805149
Opened 13 years ago
Closed 13 years ago
KeyError in handle_kwargs
Categories
(Marketplace Graveyard :: Search, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2012-10-25
People
(Reporter: tarek, Assigned: tarek)
Details
handle_kwargs tries to delete the same field twice
File "/home/tziade/addons-dev.allizom.org/zamboni/mkt/stats/tasks.py", line 269, in index_finance_total_inapp_by_src
qs, addon, inapp_name, 'source', source=source)
File "/home/tziade/addons-dev.allizom.org/zamboni/mkt/stats/search.py", line 62, in get_finance_total_inapp
q = handle_kwargs(q, field, kwargs, join_field='contribution__')
File "/home/tziade/addons-dev.allizom.org/zamboni/mkt/stats/search.py", line 243, in handle_kwargs
del(kwargs[field])
KeyError: 'source'
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → tarek
Target Milestone: --- → 2012-10-25
Assignee | ||
Comment 1•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•