SOLVED Batch generating error



  • Hi,

    I am trying to loop through (about 2k fonts) and generate them.

    At some point I run into an error, that is related to shutil.

    Maybe somebody has an idea on how to avoid this?

    Thank you.

    Traceback (most recent call last):
      File "removeOverlag_list_of_fonts.py", line 12, in <module>
      File "lib/fontObjects/robofabWrapper.pyc", line 3834, in generate
      File "lib/fontObjects/doodleFont.pyc", line 909, in generate
      File "lib/fontObjects/doodleFontCompiler/baseCompiler.pyc", line 345, in compile
      File "shutil.pyc", line 256, in rmtree
      File "shutil.pyc", line 254, in rmtree
    OSError: [Errno 66] Directory not empty: '/var/folders/fs/8qnkqykd0q91gsh2pqtwnmzw0000gn/T/tmpcLLj0q'
    

  • admin

    This is a known issue and is already solved in the closed-beta.

    thanks


Log in to reply