Trap OSError and recast as ValueError per expected check_arguments API
Future Work
This type of error isn't so much an "argument error" as it is a "runtime error". We should allow check_arguments to produce two types of exceptions one that is an argument error and prints help, the other that just prints the error.
Change Description
Fixes nasa/fprime#2654:
check_arguments
APIFuture Work
This type of error isn't so much an "argument error" as it is a "runtime error". We should allow
check_arguments
to produce two types of exceptions one that is an argument error and prints help, the other that just prints the error.