[Erp5-report] r45214 leonardo - /erp5/trunk/products/ERP5/Document/SimulationMovement.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 8 10:02:57 CEST 2011


Author: leonardo
Date: Fri Apr  8 10:02:57 2011
New Revision: 45214

URL: http://svn.erp5.org?rev=45214&view=rev
Log:
thinko

Modified:
    erp5/trunk/products/ERP5/Document/SimulationMovement.py

Modified: erp5/trunk/products/ERP5/Document/SimulationMovement.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/SimulationMovement.py?rev=45214&r1=45213&r2=45214&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/SimulationMovement.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/SimulationMovement.py [utf8] Fri Apr  8 10:02:57 2011
@@ -303,7 +303,8 @@ class SimulationMovement(PropertyRecorda
       # 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



More information about the Erp5-report mailing list