thinko

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45214 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a353c34d
......@@ -303,7 +303,8 @@ class SimulationMovement(PropertyRecordableMixin, Movement, ExplainableMixin):
# XXX-Leo we could just return self.getTradePhaseList() for
# backward compatibility
from Products.ERP5Type.Errors import SimulationError
raise SimulationError('No Business Link Causality for %r. Cannot enumerate successor trade_phases')
raise SimulationError('No Business Link Causality for %r. Cannot enumerate successor trade_phases.' %
(self,))
# from this Business Process, get the Business Links which
# predecessor state match the successor state of our Business Link
# causality
......
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