Skip to content

Commit 7e3cee8

Browse files
committed
Plugin stuff
1 parent f7868da commit 7e3cee8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Framework/Core/src/runDataProcessing.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,6 +1646,7 @@ int runStateMachine(DataProcessorSpecs const& workflow,
16461646
dataProcessorInfos.push_back(
16471647
{.name = device.id,
16481648
.executable = workflowInfo.executable,
1649+
.plugin = workflowInfo.plugin,
16491650
.cmdLineArgs = workflowInfo.args,
16501651
.workflowOptions = workflowInfo.options,
16511652
.channels = channels});

0 commit comments

Comments
 (0)