Skip to content

Commit 240dd77

Browse files
committed
Ignore all errors
1 parent d689c48 commit 240dd77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

import.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@
1717
STDERR.puts("#{list}:#{seq} already exists")
1818
rescue Aws::S3::Errors::NoSuchKey
1919
STDERR.puts("#{list}:#{seq} doesn't exist")
20+
rescue
21+
STDERR.puts("failed to import #{list}:#{seq}")
2022
end
2123
end

0 commit comments

Comments
 (0)