News

<br><br>I'm betting it is some silly mistake that I just cannot see, or perhaps I have an encountered a limitation of Python recursion, but that seems unlikely.<br><br>Thanks!
But basically, when you are doing recursive/nested yields, you need to loop over the recursed/nested call and yield each item individually. Quote Report F ...