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:
jvr 2001-08-09 23:45:32 +00:00
parent 656a6cce4f
commit 7b51bbf642

View File

@ -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):