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 2544b391 Docco
2544b391 is described below
commit 2544b391c52adb0ae9c83e3cd9ec5c32844e28a3
Author: Sebb <[email protected]>
AuthorDate: Thu Feb 26 14:27:35 2026 +0000
Docco
---
lib/whimsy/asf/member.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/member.rb b/lib/whimsy/asf/member.rb
index 93a06745..2f063836 100644
--- a/lib/whimsy/asf/member.rb
+++ b/lib/whimsy/asf/member.rb
@@ -103,7 +103,7 @@ module ASF
begin
@status = nil if @mtime != @@mtime
@mtime = @@mtime
- return Hash[@status.to_a] if @status
+ return Hash[@status.to_a] if @status # Looks like Hash[h.to_a] is used
to generate a copy of the weak ref
rescue
end