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 91ab518  Needs EOL
91ab518 is described below

commit 91ab518c0715137592fa693b72f7cc5a8bdbc0d1
Author: Sebb <[email protected]>
AuthorDate: Fri Jul 4 13:18:38 2025 +0100

    Needs EOL
---
 tools/pgp.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/pgp.py b/tools/pgp.py
index 905db97..9c78c92 100644
--- a/tools/pgp.py
+++ b/tools/pgp.py
@@ -127,7 +127,7 @@ if DOW == 4 and not noRefresh and not gpgLocal:
 # Drop any .asc files older than a couple of days
 # They are presumably for uids that no longer exist
 # Current files are recreated each time
-log.write("Scanning for outdated .asc files")
+log.write("Scanning for outdated .asc files\n")
 now = time.time()
 for filename in os.listdir(COMMITTER_KEYS):
     if filename.endswith('asc'):

Reply via email to