[Erp5-report] r13680 - /erp5/trunk/products/ERP5/Tool/ContributionOpener.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 26 20:52:12 CEST 2007


Author: jp
Date: Mon Mar 26 20:52:11 2007
New Revision: 13680

URL: http://svn.erp5.org?rev=13680&view=rev
Log:
Missing parenthesis.

Modified:
    erp5/trunk/products/ERP5/Tool/ContributionOpener.py

Modified: erp5/trunk/products/ERP5/Tool/ContributionOpener.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/ContributionOpener.py?rev=13680&r1=13679&r2=13680&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/ContributionOpener.py (original)
+++ erp5/trunk/products/ERP5/Tool/ContributionOpener.py Mon Mar 26 20:52:11 2007
@@ -54,7 +54,7 @@
             try:
               file_list = dircache.listdir(localfile)
               s = StringIO()
-              s.write('<html><head><base href="%s"/></head><body>' % 'file:' + file)
+              s.write('<html><head><base href="%s"/></head><body>' % ('file:' + file))
               for f in file_list:
                 s.write('<p><a href="%s/">%s</a></p>\n' % (urllib.quote(f), f))
               s.write('</body></html>')




More information about the Erp5-report mailing list