[ARVADOS] updated: 1.2.0-320-g70ecd8ab9
Git user
git at public.curoverse.com
Thu Nov 8 13:22:07 EST 2018
Summary of changes:
lib/controller/fed_collections.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 70ecd8ab9a0b82dc6a10ad1e8bf2b35fb8284ab1 (commit)
from 4e35b125dacaa2185d383a1b65f81121978467de (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 70ecd8ab9a0b82dc6a10ad1e8bf2b35fb8284ab1
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Thu Nov 8 13:21:53 2018 -0500
14458: Fix syntax error
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/lib/controller/fed_collections.go b/lib/controller/fed_collections.go
index e4982d9ad..024af83c2 100644
--- a/lib/controller/fed_collections.go
+++ b/lib/controller/fed_collections.go
@@ -284,7 +284,7 @@ func (h *collectionFederatedRequestHandler) ServeHTTP(w http.ResponseWriter, req
case <-sharedContext.Done():
var errors []string
for len(errorChan) > 0 {
- err <- errorChan
+ err := <-errorChan
if httperr, ok := err.(HTTPError); ok {
if httperr.Code != http.StatusNotFound {
errorCode = http.StatusBadGateway
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list