Skip to content
Snippets Groups Projects
Commit a86dfa50 authored by Pranav Bahuguna's avatar Pranav Bahuguna
Browse files

Re #19245 Fixed some error

parent bfb16da9
No related merge requests found
......@@ -636,7 +636,8 @@ GenericDataProcessorPresenter::reduceRow(const std::vector<std::string> &data) {
? globalOptions.at(columnName)
: "";
auto optionsMap = parseKeyValueString(options);
auto runWS = prepareRunWorkspace(runStr, preprocessor, optionsMap);
auto runWS =
prepareRunWorkspace(preProcessValue, preprocessor, optionsMap);
alg->setProperty(propertyName, runWS->getName());
} else {
// No pre-processing needed
......
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