lib/fontcustom/scripts/generate.py in fontcustom-1.0.1 vs lib/fontcustom/scripts/generate.py in fontcustom-1.1.0.pre

- old
+ new

@@ -124,6 +124,6 @@ # Hint the TTF file subprocess.call('ttfautohint -s -n ' + fontfile + '.ttf ' + fontfile + '-hinted.ttf > /dev/null 2>&1 && mv ' + fontfile + '-hinted.ttf ' + fontfile + '.ttf', shell=True) # Describe output in JSON outname = os.path.basename(fontfile) -print json.dumps({'fonts': [outname + '.ttf', outname + '.woff', outname + '.eot', outname + '.svg'], 'glyphs': files, 'file_name': outname}) +print json.dumps({'fonts': [outname + '.ttf', outname + '.woff', outname + '.eot', outname + '.svg'], 'glyphs': files})