Merge branch 'master' into 6859-fix-invalid-manifests
[arvados.git] / services / api / script / salvage_collection.rb
index 3212d8862d218fdc39b3f4bbe087297f6f1934bb..b70807bd38acbb484da6e8f89f0c9525b4491993 100755 (executable)
@@ -23,9 +23,4 @@ opts = Trollop::options do
 end
 
 # Salvage the collection with the given uuid
-begin
-  SalvageCollection.salvage_collection opts.uuid, opts.reason
-rescue => e
-  $stderr.puts "Error during arv-put"
-  exit 1
-end
+SalvageCollection.salvage_collection opts.uuid, opts.reason