Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/talogo.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-06 14:39:39 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-06 14:39:39 (GMT)
commitcf8b240efcc891b2ba1756e9b82f467336a536e6 (patch)
tree7522104e3bf8a6fdcdf091bdb60e10a800207363 /talogo.py
parentda0b3730e2c4ee563707fa9c022616af7a095582 (diff)
error highlighting even when step=0
Diffstat (limited to 'talogo.py')
-rw-r--r--talogo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/talogo.py b/talogo.py
index 504b9c8..2192ff8 100644
--- a/talogo.py
+++ b/talogo.py
@@ -501,6 +501,9 @@ class LogoCode:
break
if self.iresult == None:
continue
+
+ if btoken is not None and type(btoken) is int:
+ self.tw.block_list.list[btoken].highlight()
raise logoerror(str(self.iresult))
self.iline = oldiline
self.ireturn()