[ARVADOS] updated: 06a58dd08e813bebfc17f72da41488d8e0ae5dd5
Git user
git at public.curoverse.com
Wed Aug 17 12:40:13 EDT 2016
Summary of changes:
services/api/app/models/arvados_model.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 06a58dd08e813bebfc17f72da41488d8e0ae5dd5 (commit)
from 287a99b59415dfad11034057fd608b38d1355512 (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 06a58dd08e813bebfc17f72da41488d8e0ae5dd5
Author: Lucas Di Pentima <lucas at curoverse.com>
Date: Wed Aug 17 13:39:24 2016 -0300
9333: Removed superfluous quote marks on exception message
diff --git a/services/api/app/models/arvados_model.rb b/services/api/app/models/arvados_model.rb
index 0f45f35..5533143 100644
--- a/services/api/app/models/arvados_model.rb
+++ b/services/api/app/models/arvados_model.rb
@@ -117,7 +117,7 @@ class ArvadosModel < ActiveRecord::Base
end
end
if not invalid_attrs.empty?
- raise ArgumentError.new("Invalid attribute(s): '#{invalid_attrs.inspect}'")
+ raise ArgumentError.new("Invalid attribute(s): #{invalid_attrs.inspect}")
end
# Given an array of attribute names to select, return an array of column
# names that must be fetched from the database to satisfy the request.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list