sgibbons/longingly

Fix batch_expand()

Closed this issue · 1 comments

batch_expand is currently returning:

[ ], None

should be returning the succeeded and failed expansions.

Fixed. A couple of minor logic errors were causing it to bail early before. It now appears to work properly.