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

Commit

Permalink
Use latest blurb on main page, also fixes extreemly long blurb name e…
Browse files Browse the repository at this point in the history
…rror.
  • Loading branch information
robertwb committed Jun 7, 2012
1 parent 84cceaf commit 63e6dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve.py
Expand Up @@ -84,7 +84,7 @@ def ticket_list():
summary = dict((key, 0) for key in status_order)
def preprocess(all):
for ticket in all:
ticket['report_count'], ticket['report_status'], ticket['report_status_composite'] = get_ticket_status(ticket, machine=machine)
ticket['report_count'], ticket['report_status'], ticket['report_status_composite'] = get_ticket_status(ticket, machine=machine, base=base or 'latest')
if 'reports' in ticket:
ticket['pending'] = len([r for r in ticket['reports'] if r['status'] == 'Pending'])
summary[ticket['report_status']] += 1
Expand Down

0 comments on commit 63e6dcd

Please sign in to comment.