Hi, Thanks for this tool. Something I noticed is that when there is a Python comment just before an elif, there is an error, like in: > # Front-to-back. elif item.id + ".inv" not in self.items_by_id and \ item.id + ".tr.1" not in self.items_by_id: >