[llvm-commits] [zorg] r154022 - /zorg/trunk/lnt/lnt/server/reporting/runs.py

Daniel Dunbar daniel at zuster.org
Wed Apr 4 09:35:32 PDT 2012


Author: ddunbar
Date: Wed Apr  4 11:35:32 2012
New Revision: 154022

URL: http://llvm.org/viewvc/llvm-project?rev=154022&view=rev
Log:
[LNT] lnt.server.reporting.runs: Fix refacto.

Modified:
    zorg/trunk/lnt/lnt/server/reporting/runs.py

Modified: zorg/trunk/lnt/lnt/server/reporting/runs.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/lnt/lnt/server/reporting/runs.py?rev=154022&r1=154021&r2=154022&view=diff
==============================================================================
--- zorg/trunk/lnt/lnt/server/reporting/runs.py (original)
+++ zorg/trunk/lnt/lnt/server/reporting/runs.py Wed Apr  4 11:35:32 2012
@@ -199,7 +199,7 @@
         if r is None:
             print >>html_report, """\
 <tr><td style="%s" colspan=4>No %s Run</td></tr>""" % (
-                style['td'], title,)
+                styles['td'], title,)
             continue
 
         # FIXME: Remove hard coded field use here.





More information about the llvm-commits mailing list