fix incorrect retyping of "event_path" as "event, path" (i wasn't paying enough

attention)
This commit is contained in:
jesopo 2018-12-05 15:23:40 +00:00
parent 4015275afc
commit d60c441ce2

View file

@ -184,7 +184,7 @@ class EventHook(object):
if not hooks:
self.log.trace("not calling non-hooked event \"%s\" (params: %s)",
[event, path, kwargs])
[event_path, kwargs])
return returns
self.log.trace("calling event: \"%s\" (params: %s)",