Update 'cas_wrapper.py'
This commit is contained in:
parent
5a4382088b
commit
037aa1ad5e
@ -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']()
|
||||||
|
|
||||||
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