lsrdg/tatoeba-karini

Handle FileNotFoundError

Opened this issue · 1 comments

lsrdg commented

If the user tries to run a local search without having the required files (sentences.csv and links.csv), Python raises an FileNotFoundError. It should offer to call the download command.

lsrdg commented

Modified to v0.0.8 since the error is raised on find and translate, not on `download.