Skip to content

Commit

Permalink
Update exceptions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanJargon authored Oct 12, 2023
1 parent c3f9a26 commit f1080e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy/utils/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f1080e8

Please sign in to comment.