[Erp5-report] r9922 - /erp5/trunk/utils/erp5mechanize/timeperstep.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 14 18:01:34 CEST 2006


Author: seb
Date: Thu Sep 14 18:01:32 2006
New Revision: 9922

URL: http://svn.erp5.org?rev=9922&view=rev
Log:
changed the default csv separator

Modified:
    erp5/trunk/utils/erp5mechanize/timeperstep.py

Modified: erp5/trunk/utils/erp5mechanize/timeperstep.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5mechanize/timeperstep.py?rev=9922&r1=9921&r2=9922&view=diff
==============================================================================
--- erp5/trunk/utils/erp5mechanize/timeperstep.py (original)
+++ erp5/trunk/utils/erp5mechanize/timeperstep.py Thu Sep 14 18:01:32 2006
@@ -55,7 +55,7 @@
 ''' % (sys.argv[0], )
   sys.exit(2)
 
-csv_separator = ','
+csv_separator = ';'
 ignore_first_run = False
 for o, a in opt_list:
   if o == '--csv_separator':




More information about the Erp5-report mailing list