| commit | 2fde5149d735c9a7faf3efc0fc38e47744263466 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Tue Mar 19 10:24:41 2024 -0600 |
| committer | Tom Tromey <tromey@adacore.com> | Tue Apr 02 10:58:37 2024 -0600 |
| tree | b1e28e4200540dab8dbbc64f6737f929b10e4990 | |
| parent | 8a99b2b8174b8636ea74e6eb57c4fae8b7a1c626 [diff] |
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>