From cc46bb90c964b2e1242ed5306fe0e2ecf472dc50 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Sat, 4 Jan 2025 12:20:53 +0000 Subject: [PATCH] Update add_results_summary.py --- add_results_summary.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/add_results_summary.py b/add_results_summary.py index cb0104e43..5b18dce7a 100644 --- a/add_results_summary.py +++ b/add_results_summary.py @@ -282,7 +282,7 @@ def get_software_details_table(system_json): tmp_path = os.path.dirname(details) tmp_path = os.path.dirname(tmp_path) submitter = os.path.basename(tmp_path) - out_path = os.path.join(division, submitter, "results", sut_name, "summary", "README.md") + out_path = os.path.join(division, submitter, "results", sut_name, "README.md") os.makedirs(os.path.dirname(out_path), exist_ok=True) html_table = f""" @@ -296,7 +296,7 @@ def get_software_details_table(system_json): """ with open(out_path, "w") as f: f.write(html_table) - html_out_path = os.path.join(division, submitter, "results", sut_name, "summary", "summary.html") + html_out_path = os.path.join(division, submitter, "results", sut_name, "summary.html") html_header = get_header() html = f"""