This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 60cf7144 Avoid failure
60cf7144 is described below

commit 60cf7144d880b7eda4d14924dc04a4dcba12b9bb
Author: Sebb <[email protected]>
AuthorDate: Wed Apr 3 17:03:52 2024 +0100

    Avoid failure
---
 tools/download_check.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/download_check.rb b/tools/download_check.rb
index d5360077..b62d3135 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -579,7 +579,8 @@ def _checkDownloadPage(path, tlp, version)
       else
         E "Bug: found hash #{h} for missing artifact #{stem}"
       end
-      t.sub!('➚', '').strip! # age
+      t.sub!('➚', '') # age
+      t.strip!
       next if t == '' # empire-db
       tmp = text2ext(t)
       next if ext == tmp # i.e. link is just the type or [TYPE]

Reply via email to