Removed logout from __exit__ method
This commit is contained in:
parent
69f0a5454c
commit
4d05f388a2
@ -40,7 +40,7 @@ class CasWrapper:
|
|||||||
return self
|
return self
|
||||||
|
|
||||||
def __exit__(self, exc_type, value, traceback):
|
def __exit__(self, exc_type, value, traceback):
|
||||||
self._cas['logout']()
|
pass
|
||||||
|
|
||||||
def notarize(
|
def notarize(
|
||||||
self,
|
self,
|
||||||
|
Loading…
Reference in New Issue
Block a user