16683: Revert behavior change, run gofmt
[arvados.git] / services / api / app / models / arvados_model.rb
index 3c9173c0194ce13a5dafc07d2aa1ea36a1a1f383..18a5c9f24516b7493f7f097dc34e00fb7cc187eb 100644 (file)
@@ -761,7 +761,7 @@ class ArvadosModel < ApplicationRecord
     elsif attr_value =~ Keep::Locator::LOCATOR_REGEXP
       true
     else
-      errors.add(attr, "'#{attr_value}' invalid uuid")
+      # Not a valid uuid or PDH, but that (currently) is not an error.
     end
   end