mirror of
https://github.com/adobe-fonts/source-code-pro.git
synced 2026-04-26 03:00:26 -04:00
typos
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user