Skip to content

Commit cc76032

Browse files
committed
small change
1 parent 9d880c4 commit cc76032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robusta_krr/core/integrations/kubernetes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ async def _list_all_groupedjobs(self) -> list[K8sObjectData]:
670670
"Failed to run grouped jobs discovery",
671671
exc_info=True,
672672
)
673-
raise e
673+
raise
674674

675675
result = []
676676
for group_name, jobs in grouped_jobs.items():

0 commit comments

Comments
 (0)