We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9394914 commit ac02539Copy full SHA for ac02539
Framework/Core/src/AnalysisSupportHelpers.cxx
@@ -128,7 +128,7 @@ void AnalysisSupportHelpers::addMissingOutputsToReader(std::vector<OutputSpec> c
128
{
129
requestedInputs |
130
views::filter_not_matching(providedOutputs) | // filter the inputs that are already provided
131
- views::filter_not_matching(publisher.outpus) | // filter the inputs that are already covered
+ views::filter_not_matching(publisher.outputs) | // filter the inputs that are already covered
132
views::input_to_output_specs() |
133
sinks::append_to{publisher.outputs}; // append them to the publisher outputs
134
}
0 commit comments