Update vcsaDriver.py
This commit is contained in:
parent
b935525a29
commit
aad47d0746
@ -222,7 +222,7 @@ class driver():
|
||||
ch |= 0x100
|
||||
try:
|
||||
lineText += self.charmap[ch]
|
||||
except:
|
||||
except KeyError:
|
||||
lineText += chr('?')
|
||||
allText += lineText + '\n'
|
||||
allAttrib += lineAttrib
|
||||
|
Loading…
Reference in New Issue
Block a user