646e62 / legal-citation-parser

Unpacks legal case metadata from CanLII case citations.
https://pypi.org/project/legal-citation-parser/
GNU General Public License v3.0
2 stars 0 forks source link

Error handling needed for imperfect inputs #4

Closed 646e62 closed 7 months ago

646e62 commented 7 months ago

The program currently requires perfect input to function. Program some rudimentary error handling functionality to keep the function from breaking.

646e62 commented 7 months ago

Rudimentary error handling added in #8