From 60027dc7a8eff8b94d879177c0aa95f1f17406c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Houz=C3=A9fa=20Abbasbhay?= Date: Sat, 9 Mar 2019 18:27:10 +0100 Subject: [PATCH] [FIX] report_py3o: respect _postprocess_report method signature Co-Authored-By: lmignon --- report_py3o_fusion_server/models/py3o_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o_fusion_server/models/py3o_report.py b/report_py3o_fusion_server/models/py3o_report.py index 361d8cd0..318b7a8f 100644 --- a/report_py3o_fusion_server/models/py3o_report.py +++ b/report_py3o_fusion_server/models/py3o_report.py @@ -106,5 +106,5 @@ class Py3oReport(models.TransientModel): report_xml.report_name, filetype, convert_seconds) if len(model_instance) == 1: self._postprocess_report( - result_path, model_instance.id) + model_instance, result_path) return result_path