This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git

commit df9462aa7071d74dc9ccfdc0cf4ede7280452d01
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Feb 25 15:18:34 2026 +0000

    Fix a problem with rendering information about checks
---
 atr/get/checks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atr/get/checks.py b/atr/get/checks.py
index 8faa5ce2..0105d977 100644
--- a/atr/get/checks.py
+++ b/atr/get/checks.py
@@ -186,7 +186,7 @@ async def selected_revision(
 
     files_table_html = await quart.render_template(
         "check-selected-path-table.html",
-        paths=paths,
+        paths=all_paths,
         info=info,
         project_name=project_name,
         version_name=version_name,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to