Fixed stderr output of split step
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.