provide local config object in abstract sink handler
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user