Fix native flag

pull/258/head
Laurent Mignon 2016-10-04 13:52:29 +02:00 committed by Laurent Mignon (ACSONE)
parent 8360106cfe
commit 994dc716d8
1 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ class Py3oParser(report_sxw):
input = data_struct.render(localcontext) input = data_struct.render(localcontext)
filetype = report_xml.py3o_fusion_filetype filetype = report_xml.py3o_fusion_filetype
is_native = Formats().get_format(filetype) is_native = Formats().get_format(filetype).native
if is_native: if is_native:
res = input res = input
else: # Call py3o.server to render the template in the desired format else: # Call py3o.server to render the template in the desired format