diff options
Diffstat (limited to 'Lib/idlelib/ScriptBinding.py')
-rw-r--r-- | Lib/idlelib/ScriptBinding.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/idlelib/ScriptBinding.py b/Lib/idlelib/ScriptBinding.py index 0f4483278e..9604cb8618 100644 --- a/Lib/idlelib/ScriptBinding.py +++ b/Lib/idlelib/ScriptBinding.py @@ -124,9 +124,6 @@ class ScriptBinding: flist = self.editwin.flist shell = flist.open_shell() interp = shell.interp - if interp.tkconsole.executing: - interp.display_executing_dialog() - return interp.restart_subprocess() # XXX Too often this discards arguments the user just set... interp.runcommand("""if 1: |