From fee287a3c78ae78515fc76570477a79116f87bb6 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 07 Nov 2013 00:43:53 +0000 Subject: log errors in metadata --- (limited to 'TurtleArt/tawindow.py') diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py index 4c0e50a..236f1d7 100644 --- a/TurtleArt/tawindow.py +++ b/TurtleArt/tawindow.py @@ -4478,6 +4478,9 @@ before making changes to your program')) elif shp[0] == '#': shp = shp[1:] label = '' + if self.running_sugar and \ + shp not in ['print', 'status', 'info', 'help']: + self.activity.error_list.append(shp) self.status_spr.set_shape(self.status_shapes[shp]) self.status_spr.set_label_attributes(12.0, rescale=False) if shp == 'status': -- cgit v0.9.1