DebugClients/Python3/DebugBase.py

changeset 2486
e16c9ced6ae5
parent 2302
f29e9405c851
child 2620
a3be952f2ae4
child 2649
3e42ab1cd03b
diff -r 105d78ba97d4 -r e16c9ced6ae5 DebugClients/Python3/DebugBase.py
--- a/DebugClients/Python3/DebugBase.py	Mon Mar 11 19:00:54 2013 +0100
+++ b/DebugClients/Python3/DebugBase.py	Wed Mar 13 18:35:24 2013 +0100
@@ -686,7 +686,7 @@
         
         @param exctype type of the exception
         """
-        return repr(exctype).replace("<class '", "").replace("'>", "")
+        return str(exctype).replace("<class '", "").replace("'>", "")
     
     def __extract_stack(self, exctb):
         """

eric ide

mercurial