X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e513251f7b0f6acdc0c0d6df5792c18358030221..a1379fdd1f825c22a3ada0a2c085a1b0121ce89a:/services/api/script/salvage_collection.rb diff --git a/services/api/script/salvage_collection.rb b/services/api/script/salvage_collection.rb index 3212d8862d..b70807bd38 100755 --- a/services/api/script/salvage_collection.rb +++ b/services/api/script/salvage_collection.rb @@ -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