[Erp5-report] r28066 - /erp5/trunk/products/ERP5/Document/Movement.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 13 15:52:26 CEST 2009


Author: luke
Date: Mon Jul 13 15:52:09 2009
New Revision: 28066

URL: http://svn.erp5.org?rev=28066&view=rev
Log:
 - fix log to fir into one line and make it nicer

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

Modified: erp5/trunk/products/ERP5/Document/Movement.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Movement.py?rev=28066&r1=28065&r2=28066&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Movement.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Movement.py [utf8] Mon Jul 13 15:52:09 2009
@@ -514,8 +514,8 @@
         return 1
     else:
       # conditional BPM enabled frozen state check
-      LOG("Movement.isFrozen", WARNING, "%s is using BPM experimental \
-          evaluation" % self.getPath())
+      LOG("Movement.isFrozen", WARNING, "%s is using BPM experimental "
+          "evaluation" % self.getPath())
       # BPM dynamic configuration
       if self.getSimulationState() in business_path.getFrozenStateList():
         return True




More information about the Erp5-report mailing list