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