fix invalid type
This commit is contained in:
parent
d42663bafb
commit
39c4d26832
@ -228,7 +228,7 @@ class driver():
|
||||
try:
|
||||
lineText += self.charmap[ch]
|
||||
except KeyError:
|
||||
lineText += chr('?')
|
||||
lineText += '?'
|
||||
lineAttrib.append((attr,ink, paper,0,0,0)) # attribute, ink, paper, blink, bold, underline
|
||||
allText += lineText + '\n'
|
||||
allAttrib += lineAttrib
|
||||
|
Loading…
Reference in New Issue
Block a user