fix incorrect retyping of "event_path" as "event, path" (i wasn't paying enough
attention)
This commit is contained in:
parent
4015275afc
commit
d60c441ce2
1 changed files with 2 additions and 2 deletions
|
@ -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)",
|
||||
|
|
Loading…
Reference in a new issue