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 cbadea7d Oops
cbadea7d is described below
commit cbadea7d435a9d0d0cada5720e877c8bcfa26444
Author: Sebb <[email protected]>
AuthorDate: Sat Feb 15 14:05:19 2025 +0000
Oops
---
www/status/index.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/status/index.cgi b/www/status/index.cgi
index 73c45b22..ad3bc7bb 100755
--- a/www/status/index.cgi
+++ b/www/status/index.cgi
@@ -8,7 +8,7 @@ require 'whimsy/asf/status'
json = File.expand_path('../status.json', __FILE__)
begin
status = JSON.parse(File.read(json))
-rescue
+rescue Exception => e
$stderr.puts "Failed to read status.json: #{e}"
status = {}
end