mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
bimtester: once again move report data into resources dir
This commit is contained in:
@@ -10,7 +10,8 @@ def generate_report(adir=".", use_report_folder=True, report_file_name="", html_
|
|||||||
# get html template path
|
# get html template path
|
||||||
report_template_path = os.path.join(
|
report_template_path = os.path.join(
|
||||||
os.path.dirname(os.path.realpath(__file__)),
|
os.path.dirname(os.path.realpath(__file__)),
|
||||||
"reportdata/"
|
"resources",
|
||||||
|
"reports"
|
||||||
)
|
)
|
||||||
|
|
||||||
if html_template_file_path:
|
if html_template_file_path:
|
||||||
|
|||||||
Reference in New Issue
Block a user