Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Commit

Permalink
[bug 1136810] Fix UnboundLocalError for "showdata"
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Feb 25, 2015
1 parent de77561 commit 8f3b8e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fjord/analytics/analyzer_views.py
Expand Up @@ -60,6 +60,7 @@ def hb_data(request, answerid=None):
answer = None
answers = []
survey = None
showdata = None

if answerid is not None:
answer = Answer.objects.get(id=answerid)
Expand Down

0 comments on commit 8f3b8e8

Please sign in to comment.