--HG--
branch : pmacs2
This commit is contained in:
moculus 2008-12-09 22:12:36 +00:00
parent 497b5c14dc
commit 2ab43f264f
1 changed files with 1 additions and 1 deletions

2
tab.py
View File

@ -369,7 +369,7 @@ class StackTabber2(Tabber):
break break
else: else:
raise Exception, "mismatched %r, line %d (expected %r)" % \ 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: else:
raise Exception, "what? %r" % marker.name raise Exception, "what? %r" % marker.name
if i == 0: if i == 0: