[Erp5-report] r39328 nicolas - in /erp5/trunk/utils/erp5.recipe.web_checker: ./ src/erp5/re...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Oct 19 11:03:21 CEST 2010
Author: nicolas
Date: Tue Oct 19 11:03:21 2010
New Revision: 39328
URL: http://svn.erp5.org?rev=39328&view=rev
Log:
No need to add extra line in generated configuration file
Modified:
erp5/trunk/utils/erp5.recipe.web_checker/CHANGES.txt
erp5/trunk/utils/erp5.recipe.web_checker/src/erp5/recipe/web_checker/__init__.py
Modified: erp5/trunk/utils/erp5.recipe.web_checker/CHANGES.txt
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.web_checker/CHANGES.txt?rev=39328&r1=39327&r2=39328&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.web_checker/CHANGES.txt [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.web_checker/CHANGES.txt [utf8] Tue Oct 19 11:03:21 2010
@@ -3,6 +3,7 @@ Changelog
0.0.2 (unreleased)
------------------
+- Bug fix: No need to add extra line in generated configuration file
0.0.1 (2010-10-19)
------------------
Modified: erp5/trunk/utils/erp5.recipe.web_checker/src/erp5/recipe/web_checker/__init__.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.web_checker/src/erp5/recipe/web_checker/__init__.py?rev=39328&r1=39327&r2=39328&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.web_checker/src/erp5/recipe/web_checker/__init__.py [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.web_checker/src/erp5/recipe/web_checker/__init__.py [utf8] Tue Oct 19 11:03:21 2010
@@ -76,7 +76,6 @@ class Recipe(object):
for key, value in header_dict.iteritems():
string_to_append += '\n%s = ' % (key,)
if isinstance(value, list):
- string_to_append += separator
string_to_append += separator.join(value)
else:
string_to_append += str(value)
More information about the Erp5-report
mailing list