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