zimeon / ocfl-py

OCFL tools in Python
MIT License
20 stars 7 forks source link

Fix validation error for forward slash in `contentDirectory` #53

Closed zimeon closed 3 years ago

zimeon commented 3 years ago

From https://github.com/OCFL/fixtures/pull/82 the error for this should be E017 instead of E018

zimeon commented 3 years ago

Not sure what the error code should be if the contentDirectory value is not a string, will leave that as E017 in addition to a value that contains a slash (/).

zimeon commented 3 years ago

Fixed in 1.2.2