This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-people.git
The following commit(s) were added to refs/heads/main by this push:
new a0c1c81 Already a string, now that encoding is provided
a0c1c81 is described below
commit a0c1c817600988c0a456cb9a9f311c145673885b
Author: Sebb <[email protected]>
AuthorDate: Tue Jul 1 23:06:48 2025 +0100
Already a string, now that encoding is provided
---
tools/pgp.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/pgp.py b/tools/pgp.py
index 2737e73..f9965cd 100644
--- a/tools/pgp.py
+++ b/tools/pgp.py
@@ -78,7 +78,7 @@ def pgpfunc_one(gpg_server, func, *args):
if not success:
log.write(f"{success} {cpi.stderr} {grv}\n")
- return success, grv.decode('utf-8')
+ return success, grv
PUBLIC_JSON = f"{BASE}/html/public/"
COMMITTER_KEYS = f"{BASE}/html/keys/committer"