Skip to content

Commit

Permalink
fix: Undo broken logic
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Sep 27, 2019
1 parent 24c084d commit 3551b98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sentry_sdk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ def walk_exception_chain(exc_info):
while (
exc_type is not None
and exc_value is not None
and tb is not None
and id(exc_value) not in seen_exception_ids
):
yield exc_type, exc_value, tb
Expand Down

0 comments on commit 3551b98

Please sign in to comment.