Commit 5f153b06 authored by Jérome Perrin's avatar Jérome Perrin

fixup! XXX fix PortalTransforms errors

parent cc0ee335
Pipeline #36553 failed with stage
in 0 seconds
......@@ -53,7 +53,7 @@ class DocumentConversionServerTransform:
destination_format = self._getFormatFromMimetype(self.output)
data.setData(dec(str2bytes(server_proxy.convertFile(
byte2str(enc(orig)),
bytes2str(enc(orig)),
source_format,
destination_format,
# Default values are ConversionServer default ones
......
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