fix artresizer resize() method

This commit is contained in:
Fabrice Laporte 2014-10-11 17:35:29 +02:00
parent 6f9abf4340
commit ee3f7b8c3e

View file

@ -143,7 +143,7 @@ class ArtResizer(object):
temporary file. For WEBPROXY, returns `path_in` unmodified.
"""
if self.local:
func = BACKEND_FUNCS[self.method]
func = BACKEND_FUNCS[self.method[0]]
return func(maxwidth, path_in, path_out)
else:
return path_in