How to end a loop early
Near the beginning of my process I loop through a bunch of different examplesets that usually ends up with nothing left if it's not one I want to use. At that point I start getting "Input is missing" problems. Is there anything like the continue statement in Python? How can I handle all these issues without turning my process into a mess?