We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在使用示例demo生成代码的时候遇到了AttributeError: 'NoneType' object has no attribute 'name'这个报错,查看代码后发现name是self.rc上面的一个属性,请问该属性有什么作用,我该如何修复这个bug
AttributeError: 'NoneType' object has no attribute 'name'
The text was updated successfully, but these errors were encountered:
我也遇到这个问题,正在debug
Sorry, something went wrong.
No branches or pull requests
我在使用示例demo生成代码的时候遇到了
AttributeError: 'NoneType' object has no attribute 'name'
这个报错,查看代码后发现name是self.rc上面的一个属性,请问该属性有什么作用,我该如何修复这个bugThe text was updated successfully, but these errors were encountered: