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 4e8c1586 Fixed
4e8c1586 is described below

commit 4e8c1586ea00942b044912997462a3b2b6734de0
Author: Sebb <[email protected]>
AuthorDate: Tue Jul 23 11:55:19 2024 +0100

    Fixed
---
 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 f3b7888f..1fd906b4 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -221,7 +221,7 @@ def parse(id, site, name, podling=false)
             nodisclaimer << subpage
           end
         else
-          if show_anyway or !%w(baremaps nlpcraft teaclave).include? id # 
reported, but not yet fixed, so suppress noise
+          if show_anyway or !%w(nlpcraft teaclave).include? id # reported, but 
not yet fixed, so suppress noise
             $stderr.puts "#{id} #{subpage} => #{uri} #{status} 
'#{anchor.text.strip}'"
           end
         end

Reply via email to