Skip to content

Commit 2376fd1

Browse files
committed
Added pylint disable
1 parent 34dc73e commit 2376fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

font_maker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232

233233
out[str(i)] = arr
234234
# print(' '+ "'"+str(i)+"'", ':', arr, ',')
235-
except:
235+
except: # pylint: disable=bare-except
236236
pass # print('skipped: '+i)
237237
for i in out:
238238
print("'" + str(i) + "'", ":", out[i], ",")

0 commit comments

Comments
 (0)