From b8dd0d368449e259fd4b7bcb781d45fe15c158fb Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 22 Jan 2010 14:50:15 +0000 Subject: more transistioning from spr to blk, but lots broken at the moment --- (limited to 'taexporthtml.py') diff --git a/taexporthtml.py b/taexporthtml.py index 972f406..e753d24 100644 --- a/taexporthtml.py +++ b/taexporthtml.py @@ -297,7 +297,7 @@ def walk_stack(self, tw, spr): top = tawindow.find_top_block(spr) if spr == top: # only walk the stack if the block is the top block - return talogo.run_blocks(tw.lc, top, tawindow.blocks(tw), False) + return talogo.run_blocks(tw.lc, top, tw.block_list.list, False) else: # not top of stack, then return empty list return [] -- cgit v0.9.1