diff options
Diffstat (limited to 'Lib/idlelib/ScriptBinding.py')
-rw-r--r-- | Lib/idlelib/ScriptBinding.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/ScriptBinding.py b/Lib/idlelib/ScriptBinding.py index 00f533b..0a92914 100644 --- a/Lib/idlelib/ScriptBinding.py +++ b/Lib/idlelib/ScriptBinding.py @@ -149,7 +149,7 @@ class ScriptBinding: If the user has configured IDLE for Autosave, the file will be silently saved if it already exists and is dirty. - + """ filename = self.editwin.io.filename if not self.editwin.get_saved(): |