From 2f649e84c572a7c5db1417fddfd7bf596e8e640a Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 13 Sep 2010 18:05:32 +0000 Subject: #2313 -- better error messages from math errors --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index 355f9bf..684b5e6 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -643,7 +643,8 @@ OVERLAY_SHAPES = ['Cartesian', 'Cartesian_labeled', 'polar'] STATUS_SHAPES = ['status', 'info', 'nostack', 'noinput', 'emptyheap', 'emptybox', 'nomedia', 'nocode', 'overflowerror', 'negroot', - 'syntaxerror', 'nofile', 'nojournal', 'zerodivide'] + 'syntaxerror', 'nofile', 'nojournal', 'zerodivide', + 'notanumber'] # # Emulate Sugar toolbar when running from outside of Sugar -- cgit v0.9.1