diff options
| author | LeaveMyYard <zhukovpavel2001@gmail.com> | 2024-04-25 17:17:54 +0300 |
|---|---|---|
| committer | LeaveMyYard <zhukovpavel2001@gmail.com> | 2024-04-25 17:17:54 +0300 |
| commit | b9a62a0d1b52c597540d18b4f33119a36cb5968f (patch) | |
| tree | bc5e1a09c28abb3824172882ee487bc1f12a365e | |
| parent | 4044b4a17ede1e965c837bc3872fdbe5a3835217 (diff) | |
Minor bug fix
| -rw-r--r-- | robusta_krr/core/integrations/kubernetes/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robusta_krr/core/integrations/kubernetes/__init__.py b/robusta_krr/core/integrations/kubernetes/__init__.py index 99b4e3c..6af1733 100644 --- a/robusta_krr/core/integrations/kubernetes/__init__.py +++ b/robusta_krr/core/integrations/kubernetes/__init__.py @@ -136,7 +136,7 @@ class ClusterConnector: if self.cluster_loaders == {}: logger.error("Could not load any cluster.") - return + return [] return [ object |
