parent
0423da3373
commit
1b8a37f75f
|
@ -67,7 +67,7 @@ for filename in args:
|
|||
|
||||
fontfile, options, unicodes, glyphs_expected = line.split (":")
|
||||
if fontfile.startswith ('/') or fontfile.startswith ('"/'):
|
||||
if s.name == 'nt': # Skip on Window
|
||||
if os.name == 'nt': # Skip on Window
|
||||
continue
|
||||
|
||||
fontfile, expected_hash = fontfile.split('@')
|
||||
|
|
Loading…
Reference in New Issue