DebugClients/Python2/DebugBase.py

branch
jsonrpc
changeset 5134
4a4212a6f40c
parent 5133
b7fe69c6cb1c
child 5140
01484c0afbc6
diff -r b7fe69c6cb1c -r 4a4212a6f40c DebugClients/Python2/DebugBase.py
--- a/DebugClients/Python2/DebugBase.py	Sat Sep 03 18:12:12 2016 +0200
+++ b/DebugClients/Python2/DebugBase.py	Sat Sep 03 18:24:50 2016 +0200
@@ -640,8 +640,8 @@
             fr = frame
             while (fr is not None and
                    fr.f_code not in [
-                        self._dbgClient.handleLine.func_code,
-                        self._dbgClient.handleJsonCommand.func_code]):
+                    self._dbgClient.handleLine.func_code,
+                    self._dbgClient.handleJsonCommand.func_code]):
                 self._dbgClient.mainFrame = fr
                 fr = fr.f_back
 

eric ide

mercurial