Closed
Bug 656426
Opened 14 years ago
Closed 14 years ago
[traceback] KeyError: '' @ /files/compare/115275...69883/#top
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P2)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
RESOLVED
FIXED
Q2 2011
People
(Reporter: krupa.mozbugs, Assigned: andy+bugzilla)
References
()
Details
steps to reproduce:
1. Load https://addons.allizom.org/en-US/firefox/files/compare/115275...69883/#top
traceback details:
File "/data/amo_python/www/preview/zamboni/vendor/src/django/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/amo_python/www/preview/zamboni/apps/files/decorators.py", line 53, in wrapper
return func(request, DiffHelper(one, two), *args, **kw)
File "/data/amo_python/www/preview/zamboni/apps/files/views.py", line 102, in files_compare
files = diff.get_files()
File "/data/amo_python/www/preview/zamboni/apps/amo/utils.py", line 445, in wrapper
data = func(*args, **kwargs)
File "/data/amo_python/www/preview/zamboni/apps/files/helpers.py", line 248, in get_files
file_one_files[key]['diff'] = True
KeyError: ''
Updated•14 years ago
|
Assignee: nobody → amckay
Priority: -- → P2
Target Milestone: 6.0.9 → Q2 2011
Assignee | ||
Comment 1•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•