-
- Downloads
Fix 'generator object is not subscriptable' error (#7290)
Some of the query functions return generators rather than lists, so we can't index into the result. Happily we already have a copy of the results. (think this was introduced in #7024)
changelog.d/7290.misc
0 → 100644
Please register or sign in to comment