Commit Graph

1 Commits (67ff7b8ba0d3647f3c370341dff3f035b3a1160a)

Author SHA1 Message Date
Richard van der Hoff d7d42387f5
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)
2020-04-16 14:37:06 +01:00