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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5311b7e4 Adding comment about data display; fixes #711
5311b7e4 is described below

commit 5311b7e4f2d7b977a3ff165ade691974297b1514
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