Commit 1db84a0d authored by Nicolas Delaby's avatar Nicolas Delaby

Use a copy of that dictionary to avoid concurrencies between Threads

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35862 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 507ed868
......@@ -1600,7 +1600,7 @@ style=3D'color:black'>05D65812<o:p></o:p></span></p>
convert_kw['frame'] = frame
response = self.publish_method(self.document_path,
basic=self.credential,
extra=convert_kw)
extra=convert_kw.copy())
assert response.getHeader('content-type') == 'image/png', \
response.getHeader('content-type')
......
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