Skip to content

Commit

Permalink
Merge pull request #49 from inft/develop
Browse files Browse the repository at this point in the history
Delete .py from resources
  • Loading branch information
loregr authored Dec 25, 2018
2 parents 32ca716 + ccccd85 commit 9dd696b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def shortName( font ):
return name, family

if __name__ == '__main__':
path = "./"
path = "../LGButton/Resources/"
fonts = os.listdir(path)
for font in fonts:
if font.endswith(".ttf") == False:
Expand Down

0 comments on commit 9dd696b

Please sign in to comment.