Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 0ab8229

Browse files
committed
Fix a small issue in report path
1 parent 0f66f88 commit 0ab8229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ifcbimtester/bimtester/reports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def generate_report(adir=".", use_report_folder=True, report_file_name="", html_
1414
)
1515

1616
if html_template_file_path:
17-
html_template_file = os.path.join(html_template_file_path, "template.html")
17+
report_template_path = html_template_file_path
1818

1919
# get report file
2020
report_dir = adir

0 commit comments

Comments
 (0)