Commit 83edd14b authored by Fabien Morin's avatar Fabien Morin

forget to put the 's' caracter in a %s string format log


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19115 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c9b7a11b
......@@ -606,7 +606,7 @@ class ManageFiles:
# 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:
......
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