mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix a linting failure.
This commit is contained in:
parent
d92867c29c
commit
81bd3bb7dc
1 changed files with 2 additions and 1 deletions
|
|
@ -796,7 +796,8 @@ class VSCodeMessageProcessor(ipcjson.SocketIO, ipcjson.IpcChannel):
|
|||
try:
|
||||
exc = self.active_exceptions[tid]
|
||||
except KeyError:
|
||||
exc = ExceptionInfo('BaseException', 'exception: no description')
|
||||
exc = ExceptionInfo('BaseException',
|
||||
'exception: no description')
|
||||
self.send_response(
|
||||
request,
|
||||
exceptionId=exc.name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue