Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c5a734

Browse files
author
cclauss
authored
Update subset.py
1 parent 1af3499 commit 7c5a734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/subset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def subset_font_raw(font_in, font_out, unicodes, opts):
5959
# and invert comments on following 2 lines
6060
# nam_fn = opts['--namelist']
6161
nam_fn = font_out + '.nam'
62-
nam = opentype(nam_fn, 'w')
62+
nam = open(nam_fn, 'w')
6363
else:
6464
nam = None
6565
if '--script' in opts:

0 commit comments

Comments
 (0)