alitheg commented on code in PR #1243:
URL: 
https://github.com/apache/tooling-trusted-releases/pull/1243#discussion_r3247002720


##########
atr/get/committees.py:
##########
@@ -67,6 +68,20 @@ async def view(session: web.Public, _committees: 
Literal["committees"], name: sa
         )
         names: dict[str, str | None] = {u.asfuid: u.name for u in 
user_rows.scalars().all()}
 
+        fingerprints = [k.fingerprint for k in committee.public_signing_keys]

Review Comment:
   I thought in this case, on the committee page, the point was to show the 
number of signed artifacts in total? 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to