Commit 2336e128 authored by Fabien Morin's avatar Fabien Morin

there was an error, I have forget parenthesis, sorry


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18934 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0f787f91
......@@ -634,12 +634,10 @@ class ManageFiles:
# remove the file from the system
result = commands.getstatusoutput('rm -f %s' % background_image)
size_x = int(real_size_x)
size_y = int(real_size_y)
LOG('ScribusUtils.setBackgroundPictures :', INFO,
'return size : x=%s, y=%s' % size_x, size_y)
'return size : x=%s, y=%s' % (size_x, size_y))
return (size_x, size_y)
......@@ -784,7 +782,8 @@ class ManageCSS:
,page_id
,page_height
,page_width
,width_groups,height_groups):
,width_groups
,height_groups):
"""
recover all CSS data relative to the current page and save these
information in the output dict
......
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