ALBS-443: Integrate CodeNotary with git updater tool #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ALBS-443"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add cas wrapper
lgtm
@ -0,0 +28,4 @@
SIGNER_ID=self._cas_signer_id
):
self._cas = local['cas']
self._cas['login']()
I feel uncomfortable with
login()
in__init__
, can't we do it in__enter__
and__exit__
?Do you suggest convert it to context manager?
yes