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] Enable output to be folder only? #281

Closed
frankrolf opened this issue Mar 12, 2018 · 0 comments
Closed

[makeotf] Enable output to be folder only? #281

frankrolf opened this issue Mar 12, 2018 · 0 comments
Assignees

Comments

@frankrolf
Copy link
Member

makeotf -o my_folder/ fails with

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/afdko/Tools/SharedData/FDKScripts/MakeOTF.py", line 2627, in main
    runMakeOTF(makeOTFParams)
  File "/usr/local/lib/python2.7/site-packages/afdko/Tools/SharedData/FDKScripts/MakeOTF.py", line 2365, in runMakeOTF
    os.remove(outputPath)
OSError: [Errno 1] Operation not permitted: 'my_folder'
Done.

It would be a nice feature to pass a folder only to the -o option, to generate the OTF with standard file name within that folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants