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 b7aa919  HACK fix failure in public_committee_info.rb
b7aa919 is described below

commit b7aa9199adc312e1426fa6a705570c3a5d1abff5
Author: Sebb <[email protected]>
AuthorDate: Sun Apr 19 12:07:57 2020 +0100

    HACK fix failure in public_committee_info.rb
---
 lib/whimsy/asf/board.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/board.rb b/lib/whimsy/asf/board.rb
index 488b53f..e1edb8f 100644
--- a/lib/whimsy/asf/board.rb
+++ b/lib/whimsy/asf/board.rb
@@ -3,7 +3,7 @@ require 'tzinfo'
 
 module ASF
   module Board
-    TIMEZONE = ActiveSupport::TimeZone.new('UTC')
+    TIMEZONE = ActiveSupport::TimeZone.new('UTC') rescue nil # HACK fix 
failure in public_committee_info.rb
 
     # sorted list of Directors
     # default to names only

Reply via email to