Skip to content

Fixed stderr output of split step

Matthijs van der Wild requested to merge split_runtime_error_output into master

I noticed that the split step has a formatting issue in its stderr output:

std exception detected: Each parameter in replaceparms should have the same number of items (expected 2, got 1 for step msout.name

This MR adds the missing parenthesis at the end.

Merge request reports