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 bafd368 Check status of request
bafd368 is described below
commit bafd368ef34dbe4927cb6bf16b617bf8ad4e3f9c
Author: Sebb <sebb@apache.org>
AuthorDate: Sun Jan 21 21:25:21 2018 +0000
Check status of request
---
tools/collate_minutes.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/collate_minutes.rb b/tools/collate_minutes.rb
index 82c7ef5..f3bae69 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -110,6 +110,7 @@ if File.exist? local_copy
else
Wunderbar.info "Fetching remote copy of committee-info.json"
response = Net::HTTP.get_response(URI(DATAURI))
+ response.value() # Raises error if not OK
cinfo = JSON.parse(response.body)
end
--
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <commits@whimsical.apache.org>'].
|