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 2a1ded7  Trim link text
2a1ded7 is described below

commit 2a1ded74c0aa51bf4a8f3903e88f5d9c43cefabb
Author: Sebb <[email protected]>
AuthorDate: Thu Jul 2 22:02:38 2020 +0100

    Trim link text
---
 tools/download_check.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/download_check.rb b/tools/download_check.rb
index 631db11..4fe48fc 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -459,6 +459,7 @@ def _checkDownloadPage(path, tlp, version)
         else
           E "Bug: found hash #{h} for missing artifact #{stem}"
         end
+        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