[Piuparts-commits] rev 625 - trunk

Holger Levsen holger at alioth.debian.org
Tue Jan 5 13:44:33 UTC 2010


Author: holger
Date: 2010-01-05 13:44:33 +0000 (Tue, 05 Jan 2010)
New Revision: 625

Modified:
   trunk/piuparts-report.py
Log:
fix variable used

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2010-01-05 12:07:19 UTC (rev 624)
+++ trunk/piuparts-report.py	2010-01-05 13:44:33 UTC (rev 625)
@@ -704,7 +704,7 @@
             filename = template_path+".html"
             f = file(filename, "w")
             f.write(htmlpage.safe_substitute( {
-               "page_title": html_protect("Status for "+maintainer+" in "+self._config.section),               
+               "page_title": html_protect("Status for "+maint_tpl[:-len("_tpl")]+" in "+self._config.section),               
                "section_navigation": create_section_navigation(self._section_names,self._config.section),
                "time": time.strftime("%Y-%m-%d %H:%M %Z"),
                "rows": rows,




More information about the Piuparts-commits mailing list