print a banner for each output file
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@153 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
parent
656a6cce4f
commit
7b51bbf642
@ -69,6 +69,8 @@ for xmlPath in args:
|
||||
print "skipped."
|
||||
continue
|
||||
|
||||
print 'Compiling "%s" to "%s"...' % (xmlPath, ttPath)
|
||||
|
||||
tt = ttLib.TTFont(ttInFile, recalcBBoxes=recalcBBoxes, verbose=verbose)
|
||||
|
||||
if os.path.isdir(xmlPath):
|
||||
|
Loading…
x
Reference in New Issue
Block a user