thombashi / pathvalidate

A Python library to sanitize/validate a string such as filenames/file-paths/etc.
https://pathvalidate.rtfd.io/
MIT License
220 stars 13 forks source link

Readme is out of date with the actual error generated by validate_filename #35

Closed hXtreme closed 1 year ago

hXtreme commented 1 year ago

On: https://github.com/thombashi/pathvalidate/blob/master/README.rst#L110

The output should be in the format:

[PV1100] invalid characters found: ...
and
[PV1002] found a reserved name ...
thombashi commented 1 year ago

Thank you for your report. I have updated the README.