ALBS-443: Integrate CodeNotary with git updater tool #1
@ -27,7 +27,7 @@ class CasWrapper:
|
|||||||
SIGNER_ID=self._cas_signer_id
|
SIGNER_ID=self._cas_signer_id
|
||||||
):
|
):
|
||||||
self._cas = local['cas']
|
self._cas = local['cas']
|
||||||
self._cas('login')
|
self._cas['login']()
|
||||||
|
|
||||||
soksanichenko marked this conversation as resolved
|
|||||||
def notarize(self, local_git_repo_path: str) -> str:
|
def notarize(self, local_git_repo_path: str) -> str:
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user
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