mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Improve tests
This commit is contained in:
committed by
Elmeri Niemelä
parent
7285c99802
commit
bac8750461
@@ -180,7 +180,7 @@ class Py3oParser(report_sxw):
|
||||
# we do nice chunked reading from the network...
|
||||
chunk_size = 1024
|
||||
with NamedTemporaryFile(
|
||||
suffix=filetype.human_ext,
|
||||
suffix=filetype,
|
||||
prefix='py3o-template-'
|
||||
) as fd:
|
||||
for chunk in r.iter_content(chunk_size):
|
||||
|
||||
Reference in New Issue
Block a user