bio-miga/miga

Misleading error on get_db with --reuse-archive option

romangr opened this issue · 0 comments

When file doesn't exist in the expected location the following error is raised: Corrupt file, MD5 does not match
It'd be clear if it said "Archive is not found at "

raise 'Corrupt file, MD5 does not match' unless dig == ver[:MD5]