Skip to content

Commit

Permalink
Merge pull request #1025 from moyogo/undefined-ufo_structure
Browse files Browse the repository at this point in the history
run_from_glyphs(): ufo_structure default to package
  • Loading branch information
anthrotype authored Aug 6, 2023
2 parents e9a0736 + 53cac49 commit 94bf4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/fontmake/font_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ def run_from_glyphs(
mti_source=mti_source,
write_skipexportglyphs=write_skipexportglyphs,
generate_GDEF=generate_GDEF,
ufo_structure=kwargs.get("ufo_structure"),
ufo_structure=kwargs.get("ufo_structure", "package"),
indent_json=kwargs.get("indent_json"),
glyph_data=glyph_data,
save_ufos=save_ufos,
Expand Down

0 comments on commit 94bf4d8

Please sign in to comment.