Fix: Reduce log noise for optional org-level .openhands repositories (#12456)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Graham Neubig
2026-01-15 18:27:34 -05:00
committed by GitHub
parent 6e4ac8e2ce
commit f5315887ec
6 changed files with 26 additions and 8 deletions

View File

@@ -465,7 +465,9 @@ async def _get_org_repository_url(
Authenticated Git URL if successful, None otherwise
"""
try:
remote_url = await user_context.get_authenticated_git_url(org_openhands_repo)
remote_url = await user_context.get_authenticated_git_url(
org_openhands_repo, is_optional=True
)
return remote_url
except AuthenticationError as e:
_logger.debug(