diff --git a/src/decorators.py b/src/decorators.py index cc0fa60..ce89c36 100644 --- a/src/decorators.py +++ b/src/decorators.py @@ -483,6 +483,7 @@ class hook: @handle_error def caller(self, *args, **kwargs): + _ignore_locals_ = True return self.func(*args, **kwargs) @staticmethod