Closed scottnuma closed 4 years ago
Thanks for the fix!
Nitpick: it's idiomatic to use the fact that evaluating a list in a boolean context will return True
iff the list is non-empty. So could you change len(elements) > 0
to just elements
?
patched it up (y)
Thanks!
Make _format_collection compatible with empty collections
IndexError
when trying to viewgame.frames
_format_collection
was being called wherecoll
was an empty tuplegame.frames