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 47cd4e7 Unused
47cd4e7 is described below
commit 47cd4e7dc8b41cd4afb7ec4b0c2000f8f10ac09b
Author: Sebb <[email protected]>
AuthorDate: Tue Apr 27 17:16:57 2021 +0100
Unused
---
www/secretary/memapp_check.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/secretary/memapp_check.cgi b/www/secretary/memapp_check.cgi
index c206e65..ece50a9 100755
--- a/www/secretary/memapp_check.cgi
+++ b/www/secretary/memapp_check.cgi
@@ -76,7 +76,7 @@ _table_ do
_th 'Status'
end
nofiles.sort.each do |k,v|
- person, status, tried = v
+ person, status, _tried = v
_tr do
_td do
_a k, href: "https://whimsy.apache.org/roster/committer/#{k}", target:
'_blank'