fix: don't ignore 'as_list=False' for getting runners as iterator#2115
fix: don't ignore 'as_list=False' for getting runners as iterator#2115koreno wants to merge 1 commit intopython-gitlab:mainfrom
Conversation
The `gitlab.runners.all(as_list=False)` was ignoring the flag, returning a list regardless
|
Thanks for your contribution @koreno! I think we could get this in, but ideally we would get rid of the custom We did exactly the same for the That would actually fix #593 as well. |
|
I'm gonna have to let you take over from here, I can't really afford to dig in much further... |
|
Thanks again @koreno, I've opened #2167 to reuse our existing Should be released on the 28th. |
The
gitlab.runners.all(as_list=False)was ignoring the flag, returning a list regardless