We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d689c48 commit 240dd77Copy full SHA for 240dd77
import.rb
@@ -17,5 +17,7 @@
17
STDERR.puts("#{list}:#{seq} already exists")
18
rescue Aws::S3::Errors::NoSuchKey
19
STDERR.puts("#{list}:#{seq} doesn't exist")
20
+ rescue
21
+ STDERR.puts("failed to import #{list}:#{seq}")
22
end
23
0 commit comments