Sanity checks on mojo parameters missing
rosslamont opened this issue · 2 comments
rosslamont commented
There doesn't seem to be much sanity checking of mojo parameters. For example if I mistype the name of a catalog file, I would expect an error. The plugin just ignores my catalog.
Similarly, if I mistype the name of a directory in the validation set, the validation plugin does not fail. It does however make a log entry.
rosslamont commented
Fixed by pull request #18
khmarbaise commented
Thanks for the PR by Ross Lamont.