[Erp5-report] r19115 - /erp5/trunk/products/ERP5Form/ScribusUtils.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Feb 6 19:55:41 CET 2008
Author: fabien
Date: Wed Feb 6 19:55:39 2008
New Revision: 19115
URL: http://svn.erp5.org?rev=19115&view=rev
Log:
forget to put the 's' caracter in a %s string format log
Modified:
erp5/trunk/products/ERP5Form/ScribusUtils.py
Modified: erp5/trunk/products/ERP5Form/ScribusUtils.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/ScribusUtils.py?rev=19115&r1=19114&r2=19115&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/ScribusUtils.py (original)
+++ erp5/trunk/products/ERP5Form/ScribusUtils.py Wed Feb 6 19:55:39 2008
@@ -606,7 +606,7 @@
# check that the command has been done succeful
if result[0] != 0:
LOG('ScribusUtils.setBackgroundPictures :', ERROR, 'convert command'\
- 'failed with the following error message : \n%' % result[1])
+ 'failed with the following error message : \n%s' % result[1])
temp_image.close()
raise
finally:
More information about the Erp5-report
mailing list