From 7b51bbf6420e0de54cbed5693214a326764dcd5c Mon Sep 17 00:00:00 2001 From: jvr Date: Thu, 9 Aug 2001 23:45:32 +0000 Subject: [PATCH] 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 --- ttCompile.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ttCompile.py b/ttCompile.py index 4ef5b8d2c..9f107f534 100644 --- a/ttCompile.py +++ b/ttCompile.py @@ -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):