Merge pull request #3082 from betagouv/fog-update
Fog was recently updated, NotFound Module changed
This commit is contained in:
commit
594cf51ac3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class BaseUploader < CarrierWave::Uploader::Base
|
||||||
def remove!
|
def remove!
|
||||||
begin
|
begin
|
||||||
super
|
super
|
||||||
rescue Fog::Storage::OpenStack::NotFound
|
rescue Fog::OpenStack::Storage::NotFound
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue