We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run on: Glyphs 3.1.2 (3149) + Python 3 + macOS 12.6.1
Look like filePath parameter is array type:
30 def importfea_file(Doc, filePath): 31 if os.path.isfile(filePath):
Error:
Traceback (most recent call last): File "<macro panel>", line 88 File "<macro panel>", line 83, in main File "<macro panel>", line 18, in importfea_file File "genericpath.py", line 30, in isfile st = os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not __NSSingleObjectArrayI
Typos for attribute .niceGlyphNameForName_ (Glyph and Glpyh) on line 40 and 43.
.niceGlyphNameForName_
40 key = GlyphsInfo.niceGlpyhNameForName_(key) 41 42 for GlyphName in GlyphNames: 43 GlyphName = GlyphsInfo.niceGlpyhNameForName_(GlyphName)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Run on: Glyphs 3.1.2 (3149) + Python 3 + macOS 12.6.1
Look like filePath parameter is array type:
Error:
Typos for attribute
.niceGlyphNameForName_
(Glyph and Glpyh) on line 40 and 43.The text was updated successfully, but these errors were encountered: