Skip to content

Commit

Permalink
Fixed bandit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rohe committed Oct 19, 2023
1 parent 5fca1e2 commit 3d1aee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/idpyoidc/message/oidc/identity_assurance.py
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ def from_dict(self, **kwargs):
try:
_val.verify()
except Exception:
pass
raise
else:
val = _val

Expand Down

0 comments on commit 3d1aee7

Please sign in to comment.