CUNY-CL / latin_scansion

Apache License 2.0
0 stars 2 forks source link

Don't exit upon catching an exception #21

Closed kylebgorman closed 3 years ago

kylebgorman commented 3 years ago

At present when the rewriter encounters an exception it terminates the whole process. This modifies it so that after the exception is logged, line-by-line processing continues. This should make it easier for you to use for testing @jillianchang.