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

use existing isDivergent method

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29754 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 84d53541
......@@ -95,7 +95,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: here.getProperty(\'causality_state\', \'default\') not in (\'building\', \'diverged\')</string> </value>
<value> <string>python: here.getProperty(\'causality_state\', \'default\') != \'building\' and not here.isDivergent()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -97,7 +97,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: here.getProperty(\'causality_state\', \'default\') not in (\'building\', \'diverged\')</string> </value>
<value> <string>python: here.getProperty(\'causality_state\', \'default\') != \'building\' and not here.isDivergent()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -96,7 +96,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: here.getProperty(\'causality_state\', \'default\') not in (\'building\', \'diverged\')</string> </value>
<value> <string>python: here.getProperty(\'causality_state\', \'default\') != \'building\' and not here.isDivergent()</string> </value>
</item>
</dictionary>
</pickle>
......
1003
\ No newline at end of file
1004
\ 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