Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/talogo.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/talogo.py')
-rw-r--r--TurtleArt/talogo.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/TurtleArt/talogo.py b/TurtleArt/talogo.py
index 1ee11f2..82c35b7 100644
--- a/TurtleArt/talogo.py
+++ b/TurtleArt/talogo.py
@@ -248,7 +248,6 @@ class LogoCode:
for b in blocks:
b.unhighlight()
- '''
# Hidden macro expansions
for b in blocks:
if b.name in ['while', 'until']:
@@ -262,7 +261,6 @@ class LogoCode:
blocks = new_blocks[:]
if b == blk:
blk = action_blk
- '''
for b in blocks:
if b.name in ('hat', 'hat1', 'hat2'):
@@ -882,12 +880,10 @@ class LogoCode:
def prim_myblock(self, *args):
""" Run Python code imported from Journal """
if self.bindex is not None and self.bindex in self.tw.myblock:
- # try:
- myfunc_import(self, self.tw.myblock[self.bindex], args)
- '''
+ try:
+ myfunc_import(self, self.tw.myblock[self.bindex], args)
except:
raise logoerror("#syntaxerror")
- '''
def prim_myfunction(self, f, *args):
""" Programmable block (Call tajail.myfunc and convert any errors to