mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Fix: Reduce log noise for optional org-level .openhands repositories (#12456)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user