Skip to content

Commit 0e343d7

Browse files
committedNov 1, 2017
Fix Wrong Function Name
1 parent 5898f15 commit 0e343d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎checkMissingGlyph.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def bye(self, items):
116116
count = 0
117117

118118
for line in f:
119-
if line.startsWith("##"):
119+
if line.startswith("##"):
120120
continue
121121
words = line.encode("raw_unicode_escape").split()
122122
if len(words) == 1:

0 commit comments

Comments
 (0)
Failed to load comments.