[ARVADOS] updated: 2.1.0-224-g45acfa403

Git user git at public.arvados.org
Wed Dec 30 15:58:51 UTC 2020


Summary of changes:
 services/api/app/models/container_request.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  45acfa403ff0bc635443062e3f1577ba2256876a (commit)
      from  50601aa0129ef04a892256d4ede08ed8eb81db54 (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 45acfa403ff0bc635443062e3f1577ba2256876a
Author: Nico Cesar <nico at nicocesar.com>
Date:   Wed Dec 30 10:58:24 2020 -0500

    typo
    
    Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico at curii.com>

diff --git a/services/api/app/models/container_request.rb b/services/api/app/models/container_request.rb
index ede4f47b4..02a54d8a2 100644
--- a/services/api/app/models/container_request.rb
+++ b/services/api/app/models/container_request.rb
@@ -473,10 +473,10 @@ class ContainerRequest < ArvadosModel
         if !self.scheduling_parameters.key?(key)
           attributes["scheduling_parameters"][key] = value
         end
-        self.clear_attribute_changes("scheduling_parameters"])
+        self.clear_attribute_changes(["scheduling_parameters"])
       end
     end
-    
+
     super
   end
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list