Fix a linting failure.

This commit is contained in:
Eric Snow 2018-02-27 22:45:49 +00:00
parent d92867c29c
commit 81bd3bb7dc

View file

@ -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,