Commit 6f78b3bc authored by Arnaud Fontaine's avatar Arnaud Fontaine

Only 'display' argument of an Image is stored in the cache.

Followup of 00bdb44f. This fixes
test_parallel_conversion from testDms.TestDocument.
parent 548a7295
......@@ -1828,7 +1828,7 @@ document.write('<sc'+'ript type="text/javascript" src="http://somosite.bg/utb.ph
convert_kw = {'format': 'png',
'quality': 75,
'image_size': image_size,
'display': 'thumbnail',
'resolution': None}
result_list = []
......
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