diff -r 3296c56acdbf -r d28e800f2810 DebugClients/Python/DebugClientBase.py --- 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): """