Skip to content

Commit

Permalink
fix minor bug in python_debugger playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn committed Feb 7, 2022
1 parent d77e8d0 commit 921da5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/robusta_playbooks/pod_troubleshooting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 921da5c

Please sign in to comment.