mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
bimtester: reports, code formating
This commit is contained in:
@@ -4,7 +4,13 @@ import os
|
|||||||
import pystache
|
import pystache
|
||||||
|
|
||||||
|
|
||||||
def generate_report(adir=".", use_report_folder=True, report_file_name="", html_template_file_path=""):
|
def generate_report(
|
||||||
|
adir=".",
|
||||||
|
use_report_folder=True,
|
||||||
|
report_file_name="",
|
||||||
|
html_template_file_path=""
|
||||||
|
):
|
||||||
|
|
||||||
# print("# Generating HTML reports now.")
|
# print("# Generating HTML reports now.")
|
||||||
|
|
||||||
# get html template path
|
# get html template path
|
||||||
|
|||||||
Reference in New Issue
Block a user