oecn_base_font 打印错误

Bug #1005894 reported by Joshua Jan(SHINEIT)
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
openerp-china
Fix Released
Undecided
Unassigned

Bug Description

259 if ext in ('otf', 'pfa'):
             self._skippedFiles.append(fileName)
        elif ext in ('ttf','ttc'): #parsing should check it for us
from reportlab.pdfbase.ttfonts import TTFontFile, TTFError
try:
259 font = TTFontFile(fileName,validate=self.validate)
except TTFError:
self._badFiles.append(fileName) continue

Changed in openerp-china:
status: New → Invalid
status: Invalid → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.