Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaveMyYard committed Apr 25, 2024
1 parent 4044b4a commit b9a62a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robusta_krr/core/integrations/kubernetes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async def list_workloads(self, clusters: Optional[list[str]]) -> list[K8sWorkloa

if self.cluster_loaders == {}:
logger.error("Could not load any cluster.")
return
return []

return [
object
Expand Down

0 comments on commit b9a62a0

Please sign in to comment.