semantic
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
import sys
|
||||
|
||||
# Batch limit for repository status queries
|
||||
# Guard value: batch limit for repository status queries prevents overload on large repo sets
|
||||
MAX_REPOSITORY_STATUS_BATCH: int = 50
|
||||
|
||||
|
||||
|
||||
@@ -251,7 +251,7 @@ def _resolve_repo_key_from_ref(
|
||||
if dashboard_slug:
|
||||
return str(dashboard_slug)
|
||||
except Exception:
|
||||
pass
|
||||
logger.debug("Could not resolve dashboard slug for dashboard_id=%s", dashboard_id)
|
||||
|
||||
return f"dashboard-{dashboard_id}"
|
||||
# #endregion _resolve_repo_key_from_ref
|
||||
|
||||
Reference in New Issue
Block a user