Commit b22f3c79 authored by Jérome Perrin's avatar Jérome Perrin

typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42332 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3cab4647
......@@ -60,7 +60,7 @@ context.setSolver(None)\n
# Initialize Causality Workflow\n
if hasattr(context, \'startBuilding\'):\n
context.startBuilding()\n
context.calculateCausalityState()\n
context.updateCausalityState()\n
</string> </value>
</item>
<item>
......
1430
\ No newline at end of file
1431
\ No newline at end of file
......@@ -58,7 +58,7 @@ context.setSolver(None)\n
# Initialize Causality Workflow\n
if hasattr(context, \'startBuilding\'):\n
context.startBuilding()\n
context.calculateCausalityState()\n
context.updateCausalityState()\n
</string> </value>
</item>
<item>
......
40853
\ No newline at end of file
40854
\ 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