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

[makeotf] traceback with no input file #755

Closed
frankrolf opened this issue Mar 5, 2019 · 0 comments
Closed

[makeotf] traceback with no input file #755

frankrolf opened this issue Mar 5, 2019 · 0 comments

Comments

@frankrolf
Copy link
Member

When makeotf is run without any input file, the following traceback happens:

Traceback (most recent call last):
  File "/usr/local/bin/makeotf", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/site-packages/afdko/makeotf.py", line 2712, in main
    setMissingParams(makeOTFParams)
  File "/usr/local/lib/python3.7/site-packages/afdko/makeotf.py", line 1790, in setMissingParams
    if not os.path.exists(inputFilePath):
  File "/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7/lib/python3.7/genericpath.py", line 19, in exists
    os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
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