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 e05573b4 Wrong check
e05573b4 is described below

commit e05573b4e26df0657e8cdbf07a5068e4d9082c4e
Author: Sebb <[email protected]>
AuthorDate: Sat May 18 09:23:10 2024 +0100

    Wrong check
---
 tools/site-scan.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/site-scan.rb b/tools/site-scan.rb
index 271635fd..1fd906b4 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -170,7 +170,7 @@ def parse(id, site, name, podling=false)
           subpages[site2.to_s] = a
         end
       rescue StandardError => e
-        if show_anyway or 
!%w(a_href).include?('fineract.gateway.scarf.sh/{version}') # reported, but not 
yet fixed, so suppress noise
+        if show_anyway or 
!a_href.include?('fineract.gateway.scarf.sh/{version}') # reported, but not yet 
fixed, so suppress noise
           $stderr.puts "#{id}: Bad a_href #{a_href} #{e}"
         end
       end

Reply via email to