mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +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
|
||||
report_template_path = os.path.join(
|
||||
os.path.dirname(os.path.realpath(__file__)),
|
||||
"reportdata/"
|
||||
"resources",
|
||||
"reports"
|
||||
)
|
||||
|
||||
if html_template_file_path:
|
||||
|
||||
Reference in New Issue
Block a user