Commit 0ba518b5 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_simulation: fix Rule_view crashes if a Category Membership Divergence...

erp5_simulation: fix Rule_view crashes if a Category Membership Divergence Tester tested property is not set
parent 151c82ff
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [x for x in cell.getTestedPropertyList() if x is not None]</string> </value>
<value> <string>python: cell.getTestedPropertyList() or \'\'</string> </value>
</item>
</dictionary>
</pickle>
......
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