sbp commented on issue #197:
URL: 
https://github.com/apache/tooling-trusted-release/issues/197#issuecomment-3141152406

   Resolved by d4520430593473032b971215e71aa9551627ba3a.
   
   Attempts to work even in the case of PPMC members, by checking for IPMC 
membership instead in those cases:
   
   ```python
   try:
       if release.committee.is_podling:
           _wacm = write.as_committee_member("incubator")
       else:
           _wacm = write.as_committee_member(release.committee.name)
       potency = "Binding"
   except storage.AccessError:
       potency = "Non-binding"
   ```
   
   Please let me know if anything about this is incorrect.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org
For additional commands, e-mail: dev-h...@tooling.apache.org

Reply via email to