Mercurial > mozilla > hg > talosnames
changeset 27:ce9374c19169
try to fix a keyerror
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 13 Jul 2012 15:47:05 -0700 |
parents | c6a042aad739 |
children | 892dd6b58f05 |
files | talosnames/templates/index.html |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/talosnames/templates/index.html Thu Jul 12 12:07:41 2012 -0700 +++ b/talosnames/templates/index.html Fri Jul 13 15:47:05 2012 -0700 @@ -45,8 +45,8 @@ <td>{{suite}}</td> <td><tt>{{repr(commands[suite])}}</tt></td> <td>{{tbpl[suite]}}</td> - <td>{{paint[suite]}}</td> - <td>{{chrome[suite]}}</td> + <td>{{paint.get(suite, '')}}</td> + <td>{{chrome.get(suite, '')}}</td> <td> {{if tests.get(suite)}} <table>