From f1080e86b927b208a804eae3d923f5a5c736e8f0 Mon Sep 17 00:00:00 2001 From: Nash <104742291+NathanJargon@users.noreply.github.com> Date: Fri, 13 Oct 2023 07:14:26 +0800 Subject: [PATCH] Update exceptions.py --- ivy/utils/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy/utils/exceptions.py b/ivy/utils/exceptions.py index 9b207ac4bb292..dfd6e8dd9649a 100644 --- a/ivy/utils/exceptions.py +++ b/ivy/utils/exceptions.py @@ -373,7 +373,7 @@ def _handle_exceptions_helper(e, cls): _inplace_warning_cache = {} -def _handle_(ivy_pack=None): +def _handle_(ivy_pack="strict"): if not ivy_pack: ivy_pack = ivy current_backend = ivy_pack.current_backend_str()