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 0aa71f2 Ensure data has been loaded
0aa71f2 is described below
commit 0aa71f25d8f6cce00f1f3a3d5e7ebc896c687b7b
Author: Sebb <[email protected]>
AuthorDate: Thu Jan 10 18:50:22 2019 +0000
Ensure data has been loaded
---
lib/whimsy/asf/committee.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/whimsy/asf/committee.rb b/lib/whimsy/asf/committee.rb
index da999ed..67aa9e9 100644
--- a/lib/whimsy/asf/committee.rb
+++ b/lib/whimsy/asf/committee.rb
@@ -521,6 +521,7 @@ module ASF
# if true, this committee is not a PMC.
# Data is obtained from <tt>committee-info.txt</tt>.
def nonpmc?
+ Committee.load_committee_info # ensure data is there
Committee.nonpmcs.include? self
end
end