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 bf241f7..4749ca2 100644
--- a/TurtleArt/tawindow.py
+++ b/TurtleArt/tawindow.py
@@ -3864,7 +3864,7 @@ may not terminate.', False)
def save_for_upload(self, file_name):
''' Grab the current canvas and save it for upload '''
if not file_name.endswith(SUFFIX):
- ta_name = file_name + SUFFIX[1]
+ ta_file = file_name + SUFFIX[1]
image_file = file_name + '.png'
else:
ta_file = file_name