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
The following commit(s) were added to refs/heads/sbp by this push:
new 886b4fee Fix an interpolation
886b4fee is described below
commit 886b4fee4282522de4650fb00ca9b74152f58aae
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Apr 3 17:39:11 2026 +0100
Fix an interpolation
---
atr/storage/writers/announce.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/atr/storage/writers/announce.py b/atr/storage/writers/announce.py
index 393e4f1e..ebd786f4 100644
--- a/atr/storage/writers/announce.py
+++ b/atr/storage/writers/announce.py
@@ -214,7 +214,7 @@ class CommitteeMember(CommitteeParticipant):
# Each prior revision directory is immutable
await util.delete_immutable_directory(
unfinished_revisions_path,
- reason="user {self.__asf_uid} is releasing {project_key}
{version_key} {preview_revision_number}",
+ reason=f"user {self.__asf_uid} is releasing {project_key}
{version_key} {preview_revision_number}",
)
except Exception as e:
raise storage.AccessError(f"Error moving files: {e!s}")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]