-
Adding iterator reset for Rules iteration (#59) · 0e8d18f8
When iterating over a Rules object, the iteration would work for a single pass before throwing a StopIteration exception. This slightly changes the iteration logic to reset to the iteration list head after a full iteration has been completed.
Alexander Bertsch authored
×