Closed GoogleCodeExporter closed 9 years ago
Seems OK to me.
I think that kineticsList and commentsList are always the same length, so you
only need to check one of them.
If you want to avoid the extra indentation level, you can just start the
if/else structure with:
if not kineticsList:
pass
elif ...
Original comment by yarmond
on 14 Jul 2014 at 9:14
Fixed by r3045
Original comment by bryan.w....@gmail.com
on 16 Jul 2014 at 4:18
Original issue reported on code.google.com by
bryan.w....@gmail.com
on 14 Jul 2014 at 6:30Attachments: