]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
figleaf_htmlizer: fix order of summary counters
authorBrian Warner <warner@lothar.com>
Fri, 13 Feb 2009 16:57:53 +0000 (09:57 -0700)
committerBrian Warner <warner@lothar.com>
Fri, 13 Feb 2009 16:57:53 +0000 (09:57 -0700)
src/allmydata/util/figleaf_htmlizer.py

index f12538d735af05f2f6ed2138e32694143869df33..0286ff5b4d414c2d7cdba7725e04a256dc613abc 100644 (file)
@@ -272,8 +272,9 @@ class Renderer:
                            '<th># uncovered</th>'
                            '<th>% covered</th></tr>\n')
         if show_totals:
-            (summary_lines, summary_cover, summary_pcnt,
-             summary_added, summary_removed) = self.summary
+            (summary_lines, summary_cover,
+             summary_added, summary_removed,
+             summary_pcnt) = self.summary
             if have_old_coverage:
                 index_fp.write('<tr><td><b>totals:</b></td>'
                                '<td><b>%d</b></td>' # lines