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

`kqueue.control()` only accepts positional parameters #1062

Closed apoirier closed 2 months ago

apoirier commented 2 months ago

A TypeError, kqueue.control() takes no keyword argumentsTypeError is raised

BoboTiG commented 2 months ago

Thank you @apoirier, I'll cut a new release containing your fix! :champagne:

BoboTiG commented 2 months ago

With this patch, your project works as expected? I would like to fix any other kqueue issues at once.

apoirier commented 2 months ago

Yes, with this patch the reloader service of our nagare framework works fine as before https://github.com/nagareproject/services-reloader/blob/master/src/nagare/services/reloader.py#L27

BoboTiG commented 2 months ago

And voilà, v5.0.1 is online :clinking_glasses: