provide local config object in abstract sink handler

This commit is contained in:
Wolfgang Hottgenroth 2021-11-09 18:12:53 +01:00
parent 85f384d52c
commit 4288fc18c0
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -11,6 +11,7 @@ class AbstractSinkHandler(threading.Thread):
super().__init__()
self.config = config
self.localConfig = self.config["name"]
self.name = name
self.inQueue = inQueue
self.experiment = experiment