mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +00:00
Fix plugin exception reporting keyerror typo
This commit is contained in:
parent
f70ae10c2b
commit
c68e7a8d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ class FileChecker(object):
|
|||
"Plugin %s raised an unexpected exception", plugin["name"]
|
||||
)
|
||||
raise exceptions.PluginExecutionFailed(
|
||||
plugin=plugin, excetion=all_exc
|
||||
plugin=plugin, exception=all_exc
|
||||
)
|
||||
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue