branch : pmacs2
This commit is contained in:
moculus 2008-12-10 20:03:16 +00:00
parent e67dc42f02
commit 74b01a5e60
1 changed files with 2 additions and 3 deletions

View File

@ -33,6 +33,5 @@ class RenderString(object):
try:
cwin.addstr(self.y + y, self.x + x, self.string, self.attrs)
except:
#return
raise Exception, "cwin.addstr(%d, %d + %d, %r, %r) failed" % \
(y, self.x, x, self.string, self.attrs)
v = (y, self.x, x, self.string, self.attrs)
raise Exception, "cwin.addstr(%d, %d + %d, %r, %r) failed" % v