We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85d8f1 commit 0037c83Copy full SHA for 0037c83
graalpython/com.oracle.graal.python.test/src/tests/test_exception.py
@@ -68,4 +68,4 @@ class MyException(Exception):
68
e = MyException().with_traceback(tb)
69
self.assertIsInstance(e, MyException)
70
# TODO this dosn't work yet
71
- #self.assertEqual(e.__traceback__, tb)
+ #self.assertEqual(e.__traceback__, tb)
0 commit comments