Update 'cas_wrapper.py'

This commit is contained in:
Stepan Oksanichenko 2022-06-20 10:22:52 +00:00
parent 5a4382088b
commit 037aa1ad5e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class CasWrapper:
SIGNER_ID=self._cas_signer_id
):
self._cas = local['cas']
self._cas('login')
self._cas['login']()
def notarize(self, local_git_repo_path: str) -> str:
"""