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 d548d28 rescue harder
d548d28 is described below
commit d548d28d3b18ea1c43a01ffcd3ad1a19f7efd316
Author: Sebb <[email protected]>
AuthorDate: Tue Jan 7 15:54:36 2020 +0000
rescue harder
---
www/board/agenda/daemon/channel.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/daemon/channel.rb
b/www/board/agenda/daemon/channel.rb
index bb59557..94f83a9 100644
--- a/www/board/agenda/daemon/channel.rb
+++ b/www/board/agenda/daemon/channel.rb
@@ -19,7 +19,7 @@ class Channel
begin
FOUNDATION_BOARD = ASF::SVN['foundation_board']
- rescue
+ rescue Exception
# rescue value is to help with startup when initialising a new host
FOUNDATION_BOARD = '/srv/foundation_board'
end