Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit 20827a2

Browse files
authored
Merge pull request #1 from nagylzs/master
Renamed inner variable - name collition has hidden the outer execption
2 parents f9b39fb + 5223be5 commit 20827a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oidcservice/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def parse_response(self, info, sformat="", state="", **kwargs):
459459
try:
460460
resp = self.response_cls().deserialize(
461461
info, 'jwt', iss=self.service_context.issuer, **kwargs)
462-
except Exception as err:
462+
except Exception as err2:
463463
pass
464464

465465
if resp is None:

0 commit comments

Comments
 (0)