Discussion:
[Erp5-dev] [Erp5-report] r28066 - /erp5/trunk/products/ERP5/Document/Movement.py
Łukasz Nowak
2009-07-13 14:03:53 UTC
Permalink
Author: luke
Date: Mon Jul 13 15:52:09 2009
New Revision: 28066
URL: http://svn.erp5.org?rev=28066&view=rev
- fix log to fir into one line and make it nicer
Shall be:

- fix log to fit into one line and make it easier to read without extra
spaces

Regards,
Luke
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
# 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
return True
_______________________________________________
Erp5-report mailing list
Erp5-report at erp5.org
http://mail.nexedi.com/mailman/listinfo/erp5-report
Loading...