Commit 99c79f4d authored by Jérome Perrin's avatar Jérome Perrin

typo



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9013 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5ef71b8b
......@@ -97,7 +97,7 @@ causality_value_set = {}\n
for simulation_movement in simulation_movement_list :\n
LOG("simulation_movement %s " % simulation_movement.getPath())\n
if simulation_movement.getParentValue() != simulation_movement.getRootAppliedRule():\n
explanation_value = simulation_movement.getParentValue().getValueParent().getExplanationValue()\n
explanation_value = simulation_movement.getParentValue().getParentValue().getExplanationValue()\n
else :\n
explanation_value = simulation_movement.getExplanationValue()\n
if explanation_value is not None :\n
......
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