Fix native flag
parent
2389ebffe0
commit
ab8e42c6a9
|
@ -152,7 +152,7 @@ class Py3oParser(report_sxw):
|
|||
input = data_struct.render(localcontext)
|
||||
|
||||
filetype = report_xml.py3o_fusion_filetype
|
||||
is_native = Formats().get_format(filetype)
|
||||
is_native = Formats().get_format(filetype).native
|
||||
if is_native:
|
||||
res = input
|
||||
else: # Call py3o.server to render the template in the desired format
|
||||
|
|
Loading…
Reference in New Issue