[Erp5-report] r13887 - in /erp5/trunk/bt5/erp5_forge: SkinTemplateItem/portal_skins/erp5_to...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 3 12:57:31 CEST 2007


Author: bartek
Date: Tue Apr  3 12:57:28 2007
New Revision: 13887

URL: http://svn.erp5.org?rev=13887&view=rev
Log:
minor fix (by Luke)

Modified:
    erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_toolbox/Base_getSimulationTree.xml
    erp5/trunk/bt5/erp5_forge/bt/revision

Modified: erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_toolbox/Base_getSimulationTree.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_toolbox/Base_getSimulationTree.xml?rev=13887&r1=13886&r2=13887&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_toolbox/Base_getSimulationTree.xml (original)
+++ erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_toolbox/Base_getSimulationTree.xml Tue Apr  3 12:57:28 2007
@@ -103,10 +103,8 @@
   start_paths = [start_path,]\n
 if start_paths == []:\n
   # we are in no simulation related object\n
-  print \'No related simulations found\'\n
-  return printed\n
-\n
-print \'%s simulation related path found.\'%(len(start_paths),)\n
+  return []\n
+\n
 related_simulations = {}\n
 for start_path in start_paths:\n
 \n
@@ -158,8 +156,6 @@
                         <value>
                           <tuple>
                             <string>start_path</string>
-                            <string>_print_</string>
-                            <string>_print</string>
                             <string>getByRecurse</string>
                             <string>getFromCatalog</string>
                             <string>None</string>
@@ -170,7 +166,6 @@
                             <string>$append0</string>
                             <string>_getiter_</string>
                             <string>x</string>
-                            <string>len</string>
                             <string>related_simulations</string>
                             <string>_write_</string>
                           </tuple>

Modified: erp5/trunk/bt5/erp5_forge/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/bt/revision?rev=13887&r1=13886&r2=13887&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/bt/revision (original)
+++ erp5/trunk/bt5/erp5_forge/bt/revision Tue Apr  3 12:57:28 2007
@@ -1,1 +1,1 @@
-129
+131




More information about the Erp5-report mailing list