cyc() never unTrue
Closed this issue · 3 comments
GregoryREvans commented
There is an error with the cyc() generator in DynamicHandler
. Function starts here:
For some reason it cannot be made false. Maybe error in while
loop?
In second selection in demo:
evans/AttachmentHandlers/DynamicHandler.py
Line 213 in 03a6e00
The second run does not consume the next elements in the cycles, rather it remains on the cycle of the previous run.
GregoryREvans commented
Errors not guaranteed to be related, but possible.
GregoryREvans commented
Yield consumption fixed, a matter of attachment error.
GregoryREvans commented
Fixed.