[Erp5-report] r42873 rafael - /erp5/trunk/utils/erp5.recipe.btrepository/src/erp5/recipe/bt...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 1 08:39:38 CET 2011


Author: rafael
Date: Tue Feb  1 08:39:38 2011
New Revision: 42873

URL: http://svn.erp5.org?rev=42873&view=rev
Log:

Options only accept strings.

Modified:
    erp5/trunk/utils/erp5.recipe.btrepository/src/erp5/recipe/btrepository/__init__.py

Modified: erp5/trunk/utils/erp5.recipe.btrepository/src/erp5/recipe/btrepository/__init__.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.btrepository/src/erp5/recipe/btrepository/__init__.py?rev=42873&r1=42872&r2=42873&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.btrepository/src/erp5/recipe/btrepository/__init__.py [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.btrepository/src/erp5/recipe/btrepository/__init__.py [utf8] Tue Feb  1 08:39:38 2011
@@ -50,7 +50,7 @@ class Recipe(object):
                        "")
     options.setdefault("download_folder", 
                    "%s__download__" % options.get('location'))
-    options.setdefault("preserve-download", True)
+    options.setdefault("preserve-download", "1")
 
   def install_script(self):
     """ Create default scripts



More information about the Erp5-report mailing list