brightway-lca / pyilcd

A Python package that converts ILCD XML formats to their Python equivalents and export the same data back to XML.
Other
2 stars 2 forks source link

Add more complete error reporting on invalid files #8

Open cmutel opened 4 months ago

cmutel commented 4 months ago

Current implementation stops when first error is found, but this is a poor UX for iteratively fixing things.

See example code.

Ideally we would export the list of errors, as well as print them.