|
@@ -893,9 +893,9 @@ class GitCredsAuthenticator(_Authenticator):
|
|
return True
|
|
return True
|
|
try:
|
|
try:
|
|
info = GetAccountDetails(host, authenticator=cls())
|
|
info = GetAccountDetails(host, authenticator=cls())
|
|
- except auth.LoginRequiredError:
|
|
|
|
|
|
+ except auth.GitLoginRequiredError:
|
|
LOGGER.debug(
|
|
LOGGER.debug(
|
|
- "Cannot check Gerrit account existence; missing luci-auth login"
|
|
|
|
|
|
+ "Cannot check Gerrit account existence; missing git-credential-luci login"
|
|
)
|
|
)
|
|
return False
|
|
return False
|
|
except GerritError as e:
|
|
except GerritError as e:
|