From 2ab43f264f569765ebe82492ac9cb025316efca9 Mon Sep 17 00:00:00 2001 From: moculus Date: Tue, 9 Dec 2008 22:12:36 +0000 Subject: [PATCH] bug fix --HG-- branch : pmacs2 --- tab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tab.py b/tab.py index f794884..201522c 100644 --- a/tab.py +++ b/tab.py @@ -369,7 +369,7 @@ class StackTabber2(Tabber): break else: raise Exception, "mismatched %r, line %d (expected %r)" % \ - (t.string, y, d[marker.name]) + (t.string, y, self.open_tokens[marker.type_][marker.name]) else: raise Exception, "what? %r" % marker.name if i == 0: