This commit is contained in:
Miguel Sousa
2016-04-20 16:54:56 -07:00
parent b2ffdccd53
commit 8ae4d8beb5

View File

@@ -105,7 +105,7 @@ def processFontFile(fontFilePath, svgFilePathsList):
font.save(newFontFilePath)
font.close()
# On windows file can't be renamed to file what already exist.
# On Windows a file can't be renamed to a file that already exists
os.remove(fontFilePath)
os.rename(newFontFilePath, fontFilePath)