Add missing ")" from last commit
This commit is contained in:
parent
df624e7e29
commit
4015275afc
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class EventHook(object):
|
||||||
|
|
||||||
if not hooks:
|
if not hooks:
|
||||||
self.log.trace("not calling non-hooked event \"%s\" (params: %s)",
|
self.log.trace("not calling non-hooked event \"%s\" (params: %s)",
|
||||||
[event, path, kwargs]
|
[event, path, kwargs])
|
||||||
return returns
|
return returns
|
||||||
|
|
||||||
self.log.trace("calling event: \"%s\" (params: %s)",
|
self.log.trace("calling event: \"%s\" (params: %s)",
|
||||||
|
|
Loading…
Reference in a new issue