Skip to content

Commit

Permalink
Handle Errno::*
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 23, 2017
1 parent a4fc830 commit 2e2a8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/plugin/amazon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def amazon_call_ecs( asin, id_type, country )
rescue AmazonRedirectError
limit = $!.message.to_i
retry
rescue ArgumentError
rescue ArgumentError, SystemCallError
end
end

Expand Down

0 comments on commit 2e2a8f4

Please sign in to comment.