mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
Fix a small issue in report path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user