gorakhargosh / watchdog

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

"'NoneType' object is not callable" error on shutdown #54

Closed esamattis closed 10 years ago

esamattis commented 13 years ago

I'm having this issue with Watchdog when I'm using it as lib in sauna.reload

https://github.com/epeli/sauna.reload/issues/1

Is this bug in Watchdog or do I just use it badly?

Here's my code: https://github.com/epeli/sauna.reload/blob/8c736351cf9af1eeed270e8580bcbe0d21882708/sauna/reload/watcher.py#L50

tamland commented 10 years ago

So old.. Need more info if still an issue