Flake8Lint错误:AttributeError:'NoneType'对象没有属性'kind'

时间:2017-08-18 17:44:50

标签: python python-3.x sublimetext3 attributeerror flake8

今天启动了Sublime Text 3并注意到Flake8Lint未激活。我检查了控制台,发现了这个长错误:

Flake8Lint ERROR: Traceback (most recent call last):
Flake8Lint ERROR: File "/Users/juliansmithdeniro/Library/Application Support/Sublime Text 3/Packages/Python Flake8 Lint/lint.py", line 405, in 
Flake8Lint ERROR: for lint_warning in lint(stdin_lines, lint_settings):
Flake8Lint ERROR: File "/Users/juliansmithdeniro/Library/Application Support/Sublime Text 3/Packages/Python Flake8 Lint/lint.py", line 206, in lint
Flake8Lint ERROR: for error in PEP257Checker().check_source(lines, ''):
Flake8Lint ERROR: File "/Users/juliansmithdeniro/Library/Application Support/Sublime Text 3/Packages/Python Flake8 Lint/contrib/pydocstyle.py", line 1359, in check_source
Flake8Lint ERROR: module = parse(StringIO(source), filename)
Flake8Lint ERROR: File "/Users/juliansmithdeniro/Library/Application Support/Sublime Text 3/Packages/Python Flake8 Lint/contrib/pydocstyle.py", line 275, in __call__
Flake8Lint ERROR: return self.parse_module()
Flake8Lint ERROR: File "/Users/juliansmithdeniro/Library/Application Support/Sublime Text 3/Packages/Python Flake8 Lint/contrib/pydocstyle.py", line 428, in parse_module
Flake8Lint ERROR: children = list(self.parse_definitions(Module, all=True))
Flake8Lint ERROR: File "/Users/juliansmithdeniro/Library/Application Support/Sublime Text 3/Packages/Python Flake8 Lint/contrib/pydocstyle.py", line 366, in parse_definitions
Flake8Lint ERROR: yield self.parse_definition(class_._nest(self.current.value))
Flake8Lint ERROR: File "/Users/juliansmithdeniro/Library/Application Support/Sublime Text 3/Packages/Python Flake8 Lint/contrib/pydocstyle.py", line 485, in parse_definition
Flake8Lint ERROR: class_.__name__, name, self.current.kind,
Flake8Lint ERROR: AttributeError: 'NoneType' object has no attribute 'kind'

我尝试过禁用和重新启用,然后卸载并重新安装。如果有人有一些知识,他们可以传递将非常感谢!

1 个答案:

答案 0 :(得分:1)

我明白了。刚刚更换了

../Sublime Text 3/Packages/Python Flake8 Lint/contrib/pyflakes/checker.py

使用: https://github.com/richardasaurus/Flake8Lint/blob/master/contrib/pyflakes/checker.py

在GitHub上发布了这个问题:https://github.com/dreadatour/Flake8Lint/issues/61