eric6/DebugClients/Python/DebugClientBase.py

changeset 7249
0bf517e60f54
parent 7074
7da5a5a14469
child 7250
d8bdc55aee1a
--- a/eric6/DebugClients/Python/DebugClientBase.py	Thu Sep 19 19:22:43 2019 +0200
+++ b/eric6/DebugClients/Python/DebugClientBase.py	Thu Sep 19 19:39:04 2019 +0200
@@ -651,8 +651,8 @@
                                     _locals = \
                                         self.currentThread.getFrameLocals(
                                             self.framenr)
-                            # reset sys.stdout to our redirector
-                            # (unconditionally)
+                            ## reset sys.stdout to our redirector
+                            ## (unconditionally)
                             if "sys" in _globals:
                                 __stdout = _globals["sys"].stdout
                                 _globals["sys"].stdout = self.writestream

eric ide

mercurial