mathause / filefinder

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

on_missing: "ignore" -> "skip" #77

Closed mathause closed 7 months ago

mathause commented 7 months ago

Rename on_missing="ignore" to on_missing="skip" to be consistent with #60. Do a deprecation advising to use the new one. Also raise an error if an invalid one is passed.

As an example, see https://github.com/regionmask/regionmask/pull/246/files, where the proj keyword was renamed to projection (among others).