DebugClients/Python3/DebugBase.py

changeset 3640
2bf828881e86
parent 3591
2f2a4a76dd22
child 3670
f0cb7579c0b4
diff -r cede64100e13 -r 2bf828881e86 DebugClients/Python3/DebugBase.py
--- a/DebugClients/Python3/DebugBase.py	Tue Jun 17 19:46:24 2014 +0200
+++ b/DebugClients/Python3/DebugBase.py	Tue Jun 17 21:09:24 2014 +0200
@@ -808,7 +808,7 @@
 
         # Eliminate things like <string> and <stdin>.
         if fn[0] == '<':
-            return 1
+            return True
 
         #XXX - think of a better way to do this.  It's only a convience for
         #debugging the debugger - when the debugger code is in the current

eric ide

mercurial