[Piuparts-commits] rev 601 - trunk

Holger Levsen holger at alioth.debian.org
Tue Dec 29 02:32:45 UTC 2009


Author: holger
Date: 2009-12-29 02:32:45 +0000 (Tue, 29 Dec 2009)
New Revision: 601

Modified:
   trunk/piuparts-report.py
Log:
fix syntax error

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2009-12-29 01:36:46 UTC (rev 600)
+++ trunk/piuparts-report.py	2009-12-29 02:32:45 UTC (rev 601)
@@ -860,8 +860,8 @@
             f.close()
             if state == "failed-testing":
               substats = "fail: %s bugged: %s</li>" % (
-                                                   analysis.split("/fail/").length - 1)
-                                                   analysis.split("/bugged/").length - 1)
+                                                   analysis.split("/fail/").length/2 - 1,
+                                                   analysis.split("/bugged/").length/2 - 1,
                                                   )
             else:
               substats = ""




More information about the Piuparts-commits mailing list