ServiceNow / PySNC

Python API for ServiceNow
MIT License
91 stars 28 forks source link

Should not have to rewind when using standard iterator #11

Closed vetsin closed 3 years ago

vetsin commented 3 years ago

If i'm doing python for x in y i should not have to call rewind - it should always just start from 0

vetsin commented 3 years ago

Oops, user error because i was returning a generator instead of the GR