ReproNim / reproschema-py

Apache License 2.0
2 stars 8 forks source link

Print out which file is being validated or fails validation #11

Open Remi-Gau opened 3 years ago

Remi-Gau commented 3 years ago

I have to run the validation of an increasingly large number of JSONLD files and when one of them fails it becomes very hard to track down because the error message of validate are not the most informative.

Suggested fix:

Remi-Gau commented 5 months ago

I think that this may also be solved by #40 as the lack of informative error message seesm to only happen when the file is not a valid json file.