mirror of
https://github.com/tromey/gdb-gui.git
synced 2026-01-05 08:00:06 +01:00
Add pre-commit, update flake8, run black
This commit is contained in:
@@ -228,7 +228,7 @@ class GuiDprintfCommand(GuiPrintBase):
|
||||
if not arg.startswith(","):
|
||||
raise gdb.GdbError("comma expected after linespec")
|
||||
arg = arg[1:]
|
||||
spec = arg[0:-len(arg)]
|
||||
spec = arg[0 : -len(arg)]
|
||||
gui.dprintf.DPrintfBreakpoint(spec, window, arg)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user