Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taexportlogo.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-01-17 21:20:03 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-01-17 21:20:03 (GMT)
commit414ff0fce4ffc48c7f17acf993d9000a2e424cc0 (patch)
treea0d1222308696851094a7ddb084a0b6b5ed81e3c /TurtleArt/taexportlogo.py
parent7a821dc3f7d10bbacaea96c669a97dd7b05ff417 (diff)
additional fix for exportlogo
Diffstat (limited to 'TurtleArt/taexportlogo.py')
-rw-r--r--TurtleArt/taexportlogo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/taexportlogo.py b/TurtleArt/taexportlogo.py
index 127689b..0d0660e 100644
--- a/TurtleArt/taexportlogo.py
+++ b/TurtleArt/taexportlogo.py
@@ -266,7 +266,7 @@ def _walk_stack(tw, blk_in_stack):
top = find_top_block(blk_in_stack)
if blk_in_stack == top:
- psuedocode = tw.lc.run_blocks(top, tw.block_list.list, False)
+ psuedocode = tw.lc.run_blocks(top, tw.just_blocks(), False)
return psuedocode
else:
return []