Fix a linting failure.

This commit is contained in:
Eric Snow 2018-03-05 21:08:36 +00:00
parent ab903400c7
commit b19dfc83d9

View file

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