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>2013-03-22 11:35:49 (GMT)
committer Walter Bender <walter.bender@gmail.com>2013-03-22 11:35:49 (GMT)
commit4e70ec09fe8ebe4cacb8c0f494b3c1eb7b4a0fc6 (patch)
tree7cb7ce19a4ff3abbab46628e929690847f24f84d /TurtleArt/taexportlogo.py
parentedf6d4698bfbfac0c202480c2f3d89102a7d95ce (diff)
restructure for staging export python
Diffstat (limited to 'TurtleArt/taexportlogo.py')
-rw-r--r--TurtleArt/taexportlogo.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/TurtleArt/taexportlogo.py b/TurtleArt/taexportlogo.py
index 7d7d1cb..58bd1ec 100644
--- a/TurtleArt/taexportlogo.py
+++ b/TurtleArt/taexportlogo.py
@@ -265,7 +265,6 @@ 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.just_blocks(), False)
- return psuedocode
+ return tw.lc.generate_code(top, tw.just_blocks())
else:
return []