Skip to content
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

font.path could be None #5

Open
typemytype opened this issue Sep 8, 2016 · 0 comments
Open

font.path could be None #5

typemytype opened this issue Sep 8, 2016 · 0 comments

Comments

@typemytype
Copy link
Collaborator

typemytype commented Sep 8, 2016

test if the path is None before getting the dirname

see https://github.com/typesupply/feaPyFoFum/blob/master/Lib/feaPyFoFum/feaPyFoFum.py#L39

relativePath = None
if font.path is not None:
    relativePath = os.path.dirname(font.path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant