kalekundert / stepwise

Modular, command-line scientific protocols
GNU General Public License v3.0
3 stars 0 forks source link

Make "error parsing stdin" smarter. #15

Closed kalekundert closed 4 years ago

kalekundert commented 4 years ago

Currently, the error recommends checking if the pipeline contains non-stepwise commands. But the error gets triggered if a command in the pipeline fails and produces unexpected output. If that's the case, I should be able to detect it and print a more correct error message.

Also, only print this error once.