[ARVADOS] updated: 2.1.0-514-ga4e59aee7
Git user
git at public.arvados.org
Tue Mar 30 20:35:56 UTC 2021
Summary of changes:
lib/controller/localdb/conn.go | 2 ++
1 file changed, 2 insertions(+)
via a4e59aee7e4f773c72895322a4efbeda3d8f41b8 (commit)
from 569982eaa34ca549fc25953bcd20570af8e53398 (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 a4e59aee7e4f773c72895322a4efbeda3d8f41b8
Author: Ward Vandewege <ward at curii.com>
Date: Tue Mar 30 16:35:43 2021 -0400
17119: one more change after review feedback.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/lib/controller/localdb/conn.go b/lib/controller/localdb/conn.go
index 28e0bf6e2..04f85cb5a 100644
--- a/lib/controller/localdb/conn.go
+++ b/lib/controller/localdb/conn.go
@@ -86,6 +86,8 @@ func (conn *Conn) GroupContents(ctx context.Context, options arvados.GroupConten
filter.Operand = tmp[2]
options.Filters = append(options.Filters, filter)
}
+ } else {
+ return resp, fmt.Errorf("filter unparsable: not an array\n")
}
// Use the generic /groups/contents endpoint for filter groups
options.UUID = ""
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list