Fix plugin exception reporting keyerror typo

This commit is contained in:
Tomer Keren 2018-12-31 23:06:37 +02:00 committed by Anthony Sottile
parent f70ae10c2b
commit c68e7a8d3e

View file

@ -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