Missing mixer name in pipeline reported to wrong path
Closed this issue · 3 comments
JWahle commented
In this config, the use of a missing mixer is reported to pipeline/0
instead of pipeline/0/name
.
HEnquist commented
Yes that should definitely be on pipeline/0/name. I also notice that there is an earlier check missing, the name can't be an empty string. I'll fix tomorrow. Then (mostly a note to myself so I don't forget) I'll also fix another bug, that target_level should be allowed to be 0, since 0 means it will use the chunksize value instead.
HEnquist commented
Can you try it now?
JWahle commented
Works for me 👍