gorakhargosh / watchdog

Python library and shell utilities to monitor filesystem events.
http://packages.python.org/watchdog/
Apache License 2.0
6.64k stars 698 forks source link

class FSEventsObserver.schedule() is missing parameter 'event_filter' #1049

Closed josephbertino closed 4 months ago

josephbertino commented 4 months ago

Why doesn't the class FSEventsObserver method schedule() include the parameter event_filter? Especially since it's essentially just calling the inherited method of its superclass, BaseObserver.schedule. Note that I have v.4.0.1.