Stop to iterate without showing any error

Hi!

I have written script which iterate procedure.
The problem is that even though I did not get any error, it stop to iterate.
Does anyone have idea why script stop to iterate without any error?

Thank you.

Without seeing the script and the objects your running it with, pretty much impossible to know.

You might put one or more print statements on each iteration with the input data/output data of the current iteration, that might help you determine where it’s going wrong.

–Mitch

1 Like