GP-0: fix for post-5271 errors

This commit is contained in:
d-millar
2025-01-19 04:48:35 +00:00
committed by Ryan Kurtz
parent ef103c8754
commit f5354381cf
5 changed files with 20 additions and 20 deletions

View File

@@ -287,7 +287,7 @@ def refresh_processes(node: sch.Schema('ProcessContainer')):
@REGISTRY.method(action='refresh', display="Refresh Breakpoints")
def refresh_proc_breakpoints(node: sch.Schema('BreakpointLocationContainer')):
def refresh_proc_breakpoints(node: sch.Schema('BreakpointContainer')):
"""
Refresh the breakpoints for the process.
"""