From ab5d10e1c75b9d0a78830beb5aef902bf0aeb7b5 Mon Sep 17 00:00:00 2001 From: ANANDHU S <71482562+anandhu-eng@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:51:24 +0530 Subject: [PATCH] Update code link path and remove measurements and compliance links --- add_results_summary.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/add_results_summary.py b/add_results_summary.py index 929579a..91d37f8 100644 --- a/add_results_summary.py +++ b/add_results_summary.py @@ -659,18 +659,12 @@ def convert_string_to_dict(input_string): return result_dict def get_button_links(system, division): - code_link = os.path.dirname(system.replace("/results/", "/code/")) + code_link = os.path.dirname(system.replace("/results/", "/src/")) results_link = system - measurements_link = system.replace("/results/", "/measurements/") - compliance_link = system.replace("/results/", "/compliance/") html = f"""
Code Result Logs -Measurements -""" - if division == "closed": - html += f"""Compliance """ html +="""
"""