# HG changeset patch # User Jeff Hammel # Date 1342219625 25200 # Node ID ce9374c191699a7a0692ffb7238b7fbded855782 # Parent c6a042aad73970f7dfed3f078fe7630cc5be4c2f try to fix a keyerror diff -r c6a042aad739 -r ce9374c19169 talosnames/templates/index.html --- 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 @@ {{suite}} {{repr(commands[suite])}} {{tbpl[suite]}} - {{paint[suite]}} - {{chrome[suite]}} + {{paint.get(suite, '')}} + {{chrome.get(suite, '')}} {{if tests.get(suite)}}