[Erp5-report] r29668 - /experimental/erp5.buildout/recipes/create_erp5_instance.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 15 14:00:49 CEST 2009


Author: jerome
Date: Thu Oct 15 14:00:48 2009
New Revision: 29668

URL: http://svn.erp5.org?rev=29668&view=rev
Log:
using a space in connection string works, update comments

Modified:
    experimental/erp5.buildout/recipes/create_erp5_instance.py

Modified: experimental/erp5.buildout/recipes/create_erp5_instance.py
URL: http://svn.erp5.org/experimental/erp5.buildout/recipes/create_erp5_instance.py?rev=29668&r1=29667&r2=29668&view=diff
==============================================================================
--- experimental/erp5.buildout/recipes/create_erp5_instance.py [utf8] (original)
+++ experimental/erp5.buildout/recipes/create_erp5_instance.py [utf8] Thu Oct 15 14:00:48 2009
@@ -39,7 +39,7 @@
             options.erp5_sql_connection_string
 
 # connection strings have to contain a space, for conveniance, this space can
-# be replaced by %20 character. It's actually the only way due to (probably) a bug in Cmd
+# be replaced by %20 character.
 options.erp5_sql_connection_string =\
       unquote(options.erp5_sql_connection_string)
 options.cmf_activity_sql_connection_string =\




More information about the Erp5-report mailing list