parent
e67dc42f02
commit
74b01a5e60
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue