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
ab903400c7
commit
b19dfc83d9
1 changed files with 1 additions and 1 deletions
|
|
@ -1955,7 +1955,7 @@ class SendCurrExcTraceProceededTests(PyDevdEventTest, unittest.TestCase):
|
|||
thread = (10, 'x')
|
||||
exc = RuntimeError('something went wrong')
|
||||
frame = (2, 'spam', 'abc.py', 10) # (pfid, func, file, line)
|
||||
text = self.debugger_msgs.format_exception(thread[0], exc, frame)
|
||||
#text = self.debugger_msgs.format_exception(thread[0], exc, frame)
|
||||
with self.launched():
|
||||
with self.hidden():
|
||||
#tid = self.set_thread(thread)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue