Remove unwanted error - Cull not working with empty list - Bug?

Hi, I am wondering if there is anyway that I could avoid this error? Sometimes I do not need to cull anything and I need the “cull” component to do nothing on data. Is there any solution?


Cull.gh (13.7 KB)

You could opt for a cull pattern component instead?
You’d need a boolean value for each lines (in your case). If all the values are False, it won’t cull anything.

Here is another solution:


Example.gh (15.9 KB)