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

akm pushed a commit to branch data-content-type-comment-711
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git

commit 7ad90ea4b101c5cbc43d941d14c8985c9f447089
Author: Andrew K. Musselman <[email protected]>
AuthorDate: Mon Mar 2 18:12:07 2026 -0800

    Adding comment about data display; fixes #711
---
 atr/get/result.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/atr/get/result.py b/atr/get/result.py
index 63387f92..2b936d36 100644
--- a/atr/get/result.py
+++ b/atr/get/result.py
@@ -62,4 +62,5 @@ async def data(
 
     payload = check_result.model_dump(mode="json", exclude={"release"})
     body = json.dumps(payload, indent=2, sort_keys=True)
+    # audit_guidance TextResponse is being used intentionally because browsers 
display JSON well
     return web.TextResponse(f"{body}\n")


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

Reply via email to