sul-cidr / histonets

Histonets is an application to convert images of scanned maps into digital networks
https://histonets.stanford.edu
Other
20 stars 0 forks source link

Catch histonets-cv errors #63

Closed mejackreed closed 7 years ago

mejackreed commented 7 years ago

currently stdout is just piped through. We should be able to catch these errors and exit status.

versae commented 7 years ago

Exit codes should be consistent: 0 when everything went fine, 1 otherwise. Python exceptions should be caught and re-raised as ClickException's in the CLI.

mejackreed commented 7 years ago

Awesome thanks, great info @versae