Question

I'm using same event handler for multiple watchdog observers. I need to know, event is generated for which observer when file/dir is created.

Was it helpful?

Solution

You can add a tag such as an observer name when you create the event. Python events can have almost any type of data added as named members and then access by the handler.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top