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

Merge branch 'feat/manager-update-spring2023' into 'master'

Manager update spring 2023

See merge request !40
parents b4cb7935 80a78f5f
No related branches found
No related tags found
1 merge request!40Manager update spring 2023
This diff is collapsed.
...@@ -196,6 +196,8 @@ class ShmemTrainMatcher(TrainMatcher.TrainMatcher): ...@@ -196,6 +196,8 @@ class ShmemTrainMatcher(TrainMatcher.TrainMatcher):
# it is set already by super by default, so only need to turn off # it is set already by super by default, so only need to turn off
self.output = None self.output = None
self.start() # Auto-start this type of matcher.
def preReconfigure(self, conf): def preReconfigure(self, conf):
super().preReconfigure(conf) super().preReconfigure(conf)
if conf.has("merge") or conf.has("sources"): 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