DebugClients/Python/DebugClientBase.py

branch
debugger fine grinding
changeset 5536
d28e800f2810
parent 5389
9b1c800daff3
child 5540
40992b7a60a9
--- a/DebugClients/Python/DebugClientBase.py	Fri Feb 17 22:01:46 2017 +0100
+++ b/DebugClients/Python/DebugClientBase.py	Fri Feb 17 22:10:34 2017 +0100
@@ -1189,7 +1189,7 @@
         @param excval data about the exception
         @param exctb traceback for the exception
         """
-        self.mainThread.user_exception(None, (exctype, excval, exctb), True)
+        self.mainThread.user_exception((exctype, excval, exctb), True)
     
     def __interceptSignals(self):
         """

eric ide

mercurial