Commit 88bf8fb0 authored by Łukasz Nowak's avatar Łukasz Nowak

- 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
parent e3353b0a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment