bimtester: once again move report data into resources dir

This commit is contained in:
Bernd Hahnebach
2020-12-22 20:35:44 +01:00
parent 27051cce8a
commit b22055a588
5 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -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: