This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

commit 46280f7d24713c1b08725902f4845b38392945c6
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun Sep 18 21:13:33 2016 -0400

    recover if source not found
---
 lib/whimsy/asf/icla.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/icla.rb b/lib/whimsy/asf/icla.rb
index aafda41..555b062 100644
--- a/lib/whimsy/asf/icla.rb
+++ b/lib/whimsy/asf/icla.rb
@@ -87,7 +87,7 @@ module ASF
 
     # list of all ids
     def self.availids
-      return unless SOURCE
+      return [] unless SOURCE
       refresh
       return @@availids if @@availids
       availids = []

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <commits@whimsical.apache.org>.

Reply via email to