Skip to content
Snippets Groups Projects
Commit 003edb4d authored by Philipp Schmidt's avatar Philipp Schmidt
Browse files

shmemtrainmatcher: Always auto-start after initialization

parent 699a6c6b
No related branches found
No related tags found
1 merge request!40Manager update spring 2023
......@@ -196,6 +196,8 @@ class ShmemTrainMatcher(TrainMatcher.TrainMatcher):
# it is set already by super by default, so only need to turn off
self.output = None
self.start() # Auto-start this type of matcher.
def preReconfigure(self, conf):
super().preReconfigure(conf)
if conf.has("merge") or conf.has("sources"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment