Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/tawindow.py')
-rw-r--r--TurtleArt/tawindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py
index 49b56da..b5153e2 100644
--- a/TurtleArt/tawindow.py
+++ b/TurtleArt/tawindow.py
@@ -3401,7 +3401,7 @@ may not terminate.', False)
self.load_save_folder)
if _file_name is None:
return
- if not file_name.endswith(SUFFIX):
+ if not _file_name.endswith(SUFFIX):
_file_name = _file_name + SUFFIX[1]
self.load_files(_file_name, create_new_project)
if create_new_project: