diff --git a/src/ifcbimtester/bimtester/reports.py b/src/ifcbimtester/bimtester/reports.py index 0828e9661b..2d7e1eb05c 100644 --- a/src/ifcbimtester/bimtester/reports.py +++ b/src/ifcbimtester/bimtester/reports.py @@ -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: diff --git a/src/ifcbimtester/bimtester/reportdata/strings_template_de.json b/src/ifcbimtester/bimtester/resources/reports/strings_template_de.json similarity index 100% rename from src/ifcbimtester/bimtester/reportdata/strings_template_de.json rename to src/ifcbimtester/bimtester/resources/reports/strings_template_de.json diff --git a/src/ifcbimtester/bimtester/reportdata/strings_template_en.json b/src/ifcbimtester/bimtester/resources/reports/strings_template_en.json similarity index 100% rename from src/ifcbimtester/bimtester/reportdata/strings_template_en.json rename to src/ifcbimtester/bimtester/resources/reports/strings_template_en.json diff --git a/src/ifcbimtester/bimtester/reportdata/strings_template_fr.json b/src/ifcbimtester/bimtester/resources/reports/strings_template_fr.json similarity index 100% rename from src/ifcbimtester/bimtester/reportdata/strings_template_fr.json rename to src/ifcbimtester/bimtester/resources/reports/strings_template_fr.json diff --git a/src/ifcbimtester/bimtester/reportdata/template.html b/src/ifcbimtester/bimtester/resources/reports/template.html similarity index 100% rename from src/ifcbimtester/bimtester/reportdata/template.html rename to src/ifcbimtester/bimtester/resources/reports/template.html