Skip to content
Snippets Groups Projects
Commit e583715a authored by Matthijs van der Wild's avatar Matthijs van der Wild
Browse files

Merge branch 'split_runtime_error_output' into 'master'

Fixed stderr output of split step

See merge request RD/DP3!1232
parents 6e27b219 f484f124
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ Split::Split(const common::ParameterSet& parset, const string& prefix)
"items (expected " +
std::to_string(replace_values.front().size()) + ", got " +
std::to_string(replace_values.back().size()) + " for step " +
replace_parameter);
replace_parameter + ")");
}
}
......
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