This basically boils down to using map() and expecting a list, but map returns an iterator. The better solution is to use a list comprehension anyway, so do that.pull/2512/head
parent
22fed0b424
commit
aee038173e
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue