[arvados] updated: 2.6.0-1157-g35fb3a159f
git repository hosting
git at public.arvados.org
Wed Aug 23 14:42:28 UTC 2023
Summary of changes:
sdk/ruby-google-api-client/lib/google/api_client/request.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 35fb3a159f7a2c755c619916c907776854e51300 (commit)
from 8cb7d5136d376fe28e09963eb51bee4657e9061a (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 35fb3a159f7a2c755c619916c907776854e51300
Author: Tom Clegg <tom at curii.com>
Date: Wed Aug 23 10:41:58 2023 -0400
20862: Improve exception messages.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/sdk/ruby-google-api-client/lib/google/api_client/request.rb b/sdk/ruby-google-api-client/lib/google/api_client/request.rb
index 0925b77995..3d6cc3415a 100644
--- a/sdk/ruby-google-api-client/lib/google/api_client/request.rb
+++ b/sdk/ruby-google-api-client/lib/google/api_client/request.rb
@@ -278,7 +278,7 @@ module Google
# @option options [#read, #to_str] :body
# Raw body to send in POST/PUT requests
def initialize_media_upload(options)
- raise "not supported"
+ raise "media upload not supported by arvados-google-api-client"
end
##
@@ -293,7 +293,7 @@ module Google
# @param [String] boundary
# Boundary for separating each part of the message
def build_multipart(parts, mime_type = 'multipart/related', boundary = MULTIPART_BOUNDARY)
- raise "not supported"
+ raise "multipart upload not supported by arvados-google-api-client"
end
##
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list