From 0ab82295f908e5f526238755c5442c0450eb0efe Mon Sep 17 00:00:00 2001 From: Roch Bertucat Date: Fri, 18 Dec 2020 16:51:01 +0100 Subject: [PATCH] Fix a small issue in report path --- src/ifcbimtester/bimtester/reports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcbimtester/bimtester/reports.py b/src/ifcbimtester/bimtester/reports.py index e575c28eb2..180cf7147e 100644 --- a/src/ifcbimtester/bimtester/reports.py +++ b/src/ifcbimtester/bimtester/reports.py @@ -14,7 +14,7 @@ def generate_report(adir=".", use_report_folder=True, report_file_name="", html_ ) if html_template_file_path: - html_template_file = os.path.join(html_template_file_path, "template.html") + report_template_path = html_template_file_path # get report file report_dir = adir