ml-spec should return non-zero exit value on non-existent processor error
tjd2002 opened this issue · 0 comments
tjd2002 commented
If you run ml-spec foobarbaz
, you get an error message ("Processor not found: non-existent-processor"), but the command returns with success (return value =0). It should instead return an error code, like 1. This makes this command less useful in testing
I have a fix I'm about to commit.