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 a8a247f  Ensure that incubating suffixes are removed from incoming data
a8a247f is described below

commit a8a247fd8978dbbdeb6d94ef12c621aebd196fd7
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri May 30 17:02:09 2025 +0100

    Ensure that incubating suffixes are removed from incoming data
---
 atr/blueprints/admin/admin.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atr/blueprints/admin/admin.py b/atr/blueprints/admin/admin.py
index 58a5922..e1841a8 100644
--- a/atr/blueprints/admin/admin.py
+++ b/atr/blueprints/admin/admin.py
@@ -558,7 +558,7 @@ async def _update_committees() -> tuple[int, int]:  # noqa: 
C901
                 else:
                     updated_count += 1
 
-                podling.full_name = podling_data.name
+                podling.full_name = podling_data.name.removesuffix(" 
(Incubating)")
                 podling.committee = ppmc
                 # TODO: Why did the type checkers not detect this?
                 # podling.is_podling = True


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

Reply via email to