Commit 64ad2a55 authored by Bartek Górny's avatar Bartek Górny

minor fix (by Luke)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13887 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b91cab5c
...@@ -103,10 +103,8 @@ else:\n ...@@ -103,10 +103,8 @@ else:\n
start_paths = [start_path,]\n start_paths = [start_path,]\n
if start_paths == []:\n if start_paths == []:\n
# we are in no simulation related object\n # we are in no simulation related object\n
print \'No related simulations found\'\n return []\n
return printed\n
\n \n
print \'%s simulation related path found.\'%(len(start_paths),)\n
related_simulations = {}\n related_simulations = {}\n
for start_path in start_paths:\n for start_path in start_paths:\n
\n \n
...@@ -158,8 +156,6 @@ return related_simulations\n ...@@ -158,8 +156,6 @@ return related_simulations\n
<value> <value>
<tuple> <tuple>
<string>start_path</string> <string>start_path</string>
<string>_print_</string>
<string>_print</string>
<string>getByRecurse</string> <string>getByRecurse</string>
<string>getFromCatalog</string> <string>getFromCatalog</string>
<string>None</string> <string>None</string>
...@@ -170,7 +166,6 @@ return related_simulations\n ...@@ -170,7 +166,6 @@ return related_simulations\n
<string>$append0</string> <string>$append0</string>
<string>_getiter_</string> <string>_getiter_</string>
<string>x</string> <string>x</string>
<string>len</string>
<string>related_simulations</string> <string>related_simulations</string>
<string>_write_</string> <string>_write_</string>
</tuple> </tuple>
......
129 131
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment