Ignore locals from hook.caller

This commit is contained in:
Vgr E. Barry 2017-02-02 21:00:47 -05:00
parent 48e1f06b33
commit e1e3b8d177

View File

@ -483,6 +483,7 @@ class hook:
@handle_error
def caller(self, *args, **kwargs):
_ignore_locals_ = True
return self.func(*args, **kwargs)
@staticmethod