[csw-devel] SF.net SVN: gar:[10972] csw/mgar/gar/v2/lib/python/pkgdb.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Sep 16 13:57:57 CEST 2010


Revision: 10972
          http://gar.svn.sourceforge.net/gar/?rev=10972&view=rev
Author:   wahwah
Date:     2010-09-16 11:57:57 +0000 (Thu, 16 Sep 2010)

Log Message:
-----------
mGAR v2: pkgdb, fixing a bug which caused the custom template option to be ignored.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/pkgdb.py

Modified: csw/mgar/gar/v2/lib/python/pkgdb.py
===================================================================
--- csw/mgar/gar/v2/lib/python/pkgdb.py	2010-09-16 11:47:31 UTC (rev 10971)
+++ csw/mgar/gar/v2/lib/python/pkgdb.py	2010-09-16 11:57:57 UTC (rev 10972)
@@ -154,7 +154,7 @@
       t = Template(SHOW_PKG_TMPL, searchList=[srv4])
       sys.stdout.write(unicode(t))
   if command == 'gen-html':
-    g = HtmlGenerator(md5_sums)
+    g = HtmlGenerator(md5_sums, options.pkg_review_template)
     sys.stdout.write(g.GenerateHtml())
 
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list