ImperialCollegeLondon / safedata_validator

Python tools to validate and publish datasets using the safedata metadata format.
https://safedata-validator.readthedocs.io/
MIT License
2 stars 4 forks source link

Bugfix/summary whitespace #129

Closed jacobcook1995 closed 5 months ago

jacobcook1995 commented 5 months ago

Adds an extra step to the Summary.load method that checks for whitespace padding. If any is found an informative error is raised and the padding is stripped so that validation can continue.

Fixes #126