[Erp5-report] r8953 - /erp5/trunk/utils/erp5mechanize/runBenchmarks.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Aug 1 11:41:40 CEST 2006


Author: vincent
Date: Tue Aug  1 11:41:36 2006
New Revision: 8953

URL: http://svn.erp5.org?rev=8953&view=rev
Log:
Add linebreak in program output. 

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

Modified: erp5/trunk/utils/erp5mechanize/runBenchmarks.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5mechanize/runBenchmarks.py?rev=8953&r1=8952&r2=8953&view=diff
==============================================================================
--- erp5/trunk/utils/erp5mechanize/runBenchmarks.py (original)
+++ erp5/trunk/utils/erp5mechanize/runBenchmarks.py Tue Aug  1 11:41:36 2006
@@ -328,7 +328,7 @@
           if callable(module.runBenchmarks_parameter_list[k]):
             module.runBenchmarks_parameter_list[k] = \
                             module.runBenchmarks_parameter_list[k](initial_kw)
-            sys.stdout.write('Generated parameter %s = %s' % (k,
+            sys.stdout.write('Generated parameter %s = %s\n' % (k,
                                    module.runBenchmarks_parameter_list[k]))
             # Inform the user about the value of the generated parameter.
           kw[k] = module.runBenchmarks_parameter_list[k]




More information about the Erp5-report mailing list