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-release.git
The following commit(s) were added to refs/heads/main by this push:
new 38b0d2d Work around the continued problem of measuring performance
38b0d2d is described below
commit 38b0d2de62502eb23afc9c02436257f3c51450bc
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon May 5 21:01:08 2025 +0100
Work around the continued problem of measuring performance
---
atr/routes/vote.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/atr/routes/vote.py b/atr/routes/vote.py
index 3928b38..dd7fea6 100644
--- a/atr/routes/vote.py
+++ b/atr/routes/vote.py
@@ -45,7 +45,7 @@ class CastVoteForm(util.QuartFormTyped):
submit = wtforms.SubmitField("Submit vote")
[email protected]("/vote/<project_name>/<version_name>")
[email protected]("/vote/<project_name>/<version_name>",
measure_performance=False)
async def selected(session: routes.CommitterSession, project_name: str,
version_name: str) -> response.Response | str:
"""Show the contents of the release candidate draft."""
await session.check_access(project_name)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]