]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix flake8 errors in dap/server.py
authorTom Tromey <tromey@adacore.com>
Tue, 19 Mar 2024 16:24:41 +0000 (10:24 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 2 Apr 2024 16:58:37 +0000 (10:58 -0600)
commit2fde5149d735c9a7faf3efc0fc38e47744263466
treeb1e28e4200540dab8dbbc64f6737f929b10e4990
parent8a99b2b8174b8636ea74e6eb57c4fae8b7a1c626
Fix flake8 errors in dap/server.py

Commit 032d23a6 ("Fix stray KeyboardInterrupt after cancel")
introduced some errors into dap/server.py.  A function is called but
not imported, and the wrong variable name is used.  This patch
corrects both errors.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/python/lib/gdb/dap/server.py