From 88bf8fb05d3ca6c2f06abdf5d73a4c8a65cc4832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Mon, 13 Jul 2009 13:52:09 +0000 Subject: [PATCH] - fix log to fir into one line and make it nicer git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28066 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/Movement.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/Document/Movement.py b/product/ERP5/Document/Movement.py index 291ba594b1..4cbff44b35 100644 --- a/product/ERP5/Document/Movement.py +++ b/product/ERP5/Document/Movement.py @@ -514,8 +514,8 @@ class Movement(XMLObject, Amount): 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 -- 2.30.9