[Erp5-dev] [Erp5-report] r28066 - /erp5/trunk/products/ERP5/Document/Movement.py
Łukasz Nowak
luke at nexedi.com
Mon Jul 13 16:03:53 CEST 2009
On Mon, 2009-07-13 at 13:52 +0000, nobody at svn.erp5.org wrote:
> 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
Shall be:
- fix log to fit into one line and make it easier to read without extra
spaces
Regards,
Luke
>
> 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
>
> _______________________________________________
> Erp5-report mailing list
> Erp5-report at erp5.org
> http://mail.nexedi.com/mailman/listinfo/erp5-report
More information about the Erp5-dev
mailing list