There was an error while loading. Please reload this page.
1 parent 2198ada commit 9b28819Copy full SHA for 9b28819
1 file changed
Lib/fontParts/fontshell/font.py
@@ -55,7 +55,7 @@ def _get_path(self, **kwargs: Any) -> str | None:
55
56
def _save(
57
self,
58
- path: str | None = None,
+ path: str | os.PathLike | None = None,
59
showProgress: bool = False,
60
formatVersion: int | None = None,
61
fileStructure: str | None = None,
0 commit comments