bertsky / workflow-configuration

a makefilization for OCR-D workflows, with configuration examples
Apache License 2.0
9 stars 4 forks source link

Avoid message "Error ignored" #9

Closed stweil closed 4 years ago

stweil commented 4 years ago

This kind of messages is confusing for the user, so avoid it:

ocrd workspace remove-group -r OCR-D-OCR-TESS-gt4histocr-BINPAGE-sauvola-CLIP-RESEG-DEWARP 2>/dev/null
make: [Makefile:299: OCR-D-OCR-TESS-gt4histocr-BINPAGE-sauvola-CLIP-RESEG-DEWARP] Fehler 1 (ignoriert)

Signed-off-by: Stefan Weil sw@weilnetz.de

bertsky commented 4 years ago

Indeed, that's less confusing for the user. Thanks!