diff --git a/playbooks/robusta_playbooks/pod_troubleshooting.py b/playbooks/robusta_playbooks/pod_troubleshooting.py index e862cb890..3f926ed2b 100644 --- a/playbooks/robusta_playbooks/pod_troubleshooting.py +++ b/playbooks/robusta_playbooks/pod_troubleshooting.py @@ -395,7 +395,7 @@ def python_debugger(event: PodEvent, params: DebuggerParams): process_finder = ProcessFinder(pod, params, ProcessType.PYTHON) process = process_finder.get_match_or_report_error( - finding, "Debug", python_memory, advanced_debugging_options + finding, "Debug", python_debugger, advanced_debugging_options ) if process is None: return