bimtester: move report data into new directory

This commit is contained in:
Bernd Hahnebach
2020-12-22 20:28:40 +01:00
parent 4df8418e72
commit 27051cce8a
5 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ 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__)),
"features/"
"reportdata/"
)
if html_template_file_path: