Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt')
-rw-r--r--TurtleArt/tawindow.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py
index 23a6ad8..9f5c600 100644
--- a/TurtleArt/tawindow.py
+++ b/TurtleArt/tawindow.py
@@ -4667,6 +4667,9 @@ before making changes to your program'))
else:
for ds_id in self.saved_pictures:
path_list.append(ds_id[0])
+ if len(path_list) < 1:
+ debug_output('nothing to save to ODP', self.running_sugar)
+ return
pres = TurtleODP()
pres.create_presentation(TMP_ODP_PATH, 1024, 768)