mirror of https://github.com/kivy/kivy.git
Fixed variable name
This commit is contained in:
parent
a7b2d55dc6
commit
ba55977b78
|
@ -234,7 +234,7 @@ class unicode_app(App):
|
|||
for fdir in fonts_path:
|
||||
for fpath in sorted(os.listdir(fdir)):
|
||||
if fpath.endswith('.ttf'):
|
||||
flist.append(font[:-4])
|
||||
flist.append(fpath[:-4])
|
||||
|
||||
return sorted(flist)
|
||||
|
||||
|
|
Loading…
Reference in New Issue