Skip to content

Commit bad3d32

Browse files
authored
Merge pull request #16 from ruby/import-error
Ignore all errors
2 parents 19589a8 + 240dd77 commit bad3d32

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)