ecraft/couchdb_to_sql

Don't force skiplist files to exist

Opened this issue · 0 comments

Right now, the current implementation will fail with an Errno::ENOENT if the file does not exist. This is unnecessarily awkward. We should fail gracefully if the file is missing.