Ignore locals from hook.caller
This commit is contained in:
parent
48e1f06b33
commit
e1e3b8d177
@ -483,6 +483,7 @@ class hook:
|
||||
|
||||
@handle_error
|
||||
def caller(self, *args, **kwargs):
|
||||
_ignore_locals_ = True
|
||||
return self.func(*args, **kwargs)
|
||||
|
||||
@staticmethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user