mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-02 19:56:52 +00:00
fix CI build
This commit is contained in:
parent
076dfeee37
commit
7506847c9a
4 changed files with 9 additions and 3 deletions
|
|
@ -435,8 +435,9 @@ class FileChecker(object):
|
|||
return plugin["plugin"](**arguments)
|
||||
except Exception as all_exc:
|
||||
LOG.critical(
|
||||
"Plugin %s raised an unexpected exception", plugin["name"],
|
||||
exc_info=True
|
||||
"Plugin %s raised an unexpected exception",
|
||||
plugin["name"],
|
||||
exc_info=True,
|
||||
)
|
||||
raise exceptions.PluginExecutionFailed(
|
||||
plugin=plugin, exception=all_exc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue