pep8 fixes to html_helper.py

This commit is contained in:
Dan Prince 2013-01-10 09:23:37 -05:00
parent 22a2f51712
commit e493bc9af4
1 changed files with 2 additions and 0 deletions

View File

@ -20,9 +20,11 @@ def fail_status(job_data, token):
color = '000000'
return output % locals()
def review_feedback(mp):
return '&#13'.join(mp.feedback)
def display_feedback(mp):
if mp.lowest_feedback is None or mp.highest_feedback is None:
return ''