-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup Fonts doesn't back up all fonts #111
Comments
Hi, I would like to work on this. |
@giancarloGiuffra, best of luck. Let me know if you have any questions. |
@alichtman hi again. I have setup my environment and run a backup of the fonts. It got them all actually. Do you have any tips on how to reproduce the bug? |
If you run |
I see, I actually compared the backup with the fonts in |
The function is definitely reading from the right directory, since some fonts are copied correctly. However, the issue is that not all fonts are copied correctly, and I'm not sure why. The issue is almost definitely not with the |
I left a comment on the PR. The problem was that the path was absolute and how |
One solution could be to use
copytree
and then remove all files that don't end in.ttf
or.otf
The text was updated successfully, but these errors were encountered: