Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Be more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurish authored and geoffharcourt committed Oct 25, 2017
1 parent 8253c89 commit c794f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/paperclip.rake
Expand Up @@ -46,7 +46,7 @@ namespace :paperclip do
attachment = instance.send(name)
begin
attachment.reprocess!(*styles)
rescue => e
rescue StandardError => e
Paperclip::Task.log_error("exception while processing #{klass} ID #{instance.id}:")
Paperclip::Task.log_error(" " + e.message + "\n")
end
Expand Down

0 comments on commit c794f6d

Please sign in to comment.