mathause / filefinder

find and parse file and folder names
MIT License
3 stars 1 forks source link

raise on reserved placeholders #99

Open mathause opened 5 hours ago

mathause commented 5 hours ago

"keys", "on_parse_error", and "_allow_empty" can (currently) not be used as "{placeholders}" because they are used as (keyword) arguments. This PR adds a check to raise an error if they are used.