googlefonts / ufo2ft

A bridge from UFOs to FontTools objects (and therefore, OTFs and TTFs).
MIT License
152 stars 43 forks source link

Fix include dir detection in current dir #689

Closed madig closed 1 year ago

madig commented 1 year ago

os.path.dirname("a.ufo") returns an empty string instead of ".", breaking the include dir logic.