mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 20:35:12 +00:00
Add proper multikey support for EventHandlers with compatibility
This commit is contained in:
@ -38,7 +38,6 @@ class ProcessManagingEventHandler(EventHandlerBase):
|
||||
"""
|
||||
def __init__(self, key, dirmonitor=None, log_tail=0):
|
||||
super().__init__(key)
|
||||
self.key = key
|
||||
self.monitor = dirmonitor
|
||||
self.processmanager = ProcessManager()
|
||||
self.log_tail = log_tail
|
||||
|
Reference in New Issue
Block a user