Closed
Description
Looks like another OS compatibility issue like #1096. If I understand correctly, the autohint script aims to be able to overwrite the input file with the autohinted output so user doesn't have to do the rename dance. It achieves this with a os.rename
at the end. Unfortunately, os.rename
doesn't work on Windows if the target exists. Like the Python doc suggests, maybe replace with shutil.move
for better compatibility.
Metadata
Metadata
Assignees
Labels
No labels