[Piuparts-commits] rev 349 - trunk
Holger Levsen
holger at alioth.debian.org
Fri Apr 17 20:49:55 UTC 2009
Author: holger
Date: 2009-04-17 20:49:55 +0000 (Fri, 17 Apr 2009)
New Revision: 349
Modified:
trunk/piuparts-report.py
Log:
fix syntax error
Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py 2009-04-17 20:46:57 UTC (rev 348)
+++ trunk/piuparts-report.py 2009-04-17 20:49:55 UTC (rev 349)
@@ -664,7 +664,7 @@
list = "<ul>\n"
for package in self._binary_db.get_packages_in_state(state):
list += "<li id=\"%s\">%s (%s)" % (
- package["Package"]),
+ package["Package"],
self.link_to_source_summary(self._binary_db.get_source_package(package["Package"])),
html_protect(package["Maintainer"]))
if package.dependencies():
More information about the Piuparts-commits
mailing list