mtdata icon indicating copy to clipboard operation
mtdata copied to clipboard

Return non-zero on error

Open kpu opened this issue 3 years ago • 0 comments

If there's an error, I expect mtdata to return a non-zero code. Example:

  1. Add
en     ru      5183    SciPar_Ukraine  SciPar UK-EN-RU https://elrc-share.eu/repository/browse/scipar-uk-en-ru/f635552ab06011ec9c1a00155d0267061ce92362f8af4c0b9d4f64d017c2df3f/       https://elrc-share.eu/repository/download/f635552ab06011ec9c1a00155d0267061ce92362f8af4c0b9d4f64d017c2df3f/     CC-BY-NC-SA-4.0 tmx/en-ru.tmx

to mtdata/index/elrc_share.tsv 2. Delete the cache 3. mtdata get -l en-ru -tr ELRC-scipar_ukraine-1-en-ru -o tmp 4. Observe exit code is 0 despite invalid TMX file.

kpu avatar Jul 09 '22 16:07 kpu