一旦出现一下错误:if self.stack[-1] is not default: IndexError: list index out of range Exception ignored in:

一旦出现一下错误:

if self.stack[-1] is not default:

IndexError: list index out of range

Exception ignored in: <generator object get_controller at 0x7efccc6a70a0>

需要考虑迭代器的问题

 

然后修改好再跑起来就ok啦 


版权声明:本文为liumoude6原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。