diff --git a/Scripts/RoboFabUFO/ExportSelectedGlyphsToUFO.py b/Scripts/RoboFabUFO/ExportSelectedGlyphsToUFO.py index 7a60f79c4..074763fae 100644 --- a/Scripts/RoboFabUFO/ExportSelectedGlyphsToUFO.py +++ b/Scripts/RoboFabUFO/ExportSelectedGlyphsToUFO.py @@ -17,6 +17,7 @@ import os f = CurrentFont() g = CurrentGlyph() +todo = None ufoPath = f.path.replace(".vfb", ".ufo") if not os.path.exists(ufoPath):