Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #28 from izmmisha/master
Browse files Browse the repository at this point in the history
removed using deprecated severity
  • Loading branch information
kyleconroy committed Mar 15, 2012
2 parents 672a312 + 8a3fe47 commit 3de1724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stashboard/handlers/site.py
Expand Up @@ -275,7 +275,7 @@ def data(self):
status = default_status status = default_status


if service.list and not lists.has_key(service.list.slug) or \ if service.list and not lists.has_key(service.list.slug) or \
lists[service.list.slug]["status"].severity < status.severity: lists[service.list.slug]["status"].name < status.name:
lists[service.list.slug] = {"list": service.list, "status": status} lists[service.list.slug] = {"list": service.list, "status": status}


return { "lists": lists.items() } return { "lists": lists.items() }
Expand Down

0 comments on commit 3de1724

Please sign in to comment.