Skip to content

Commit

Permalink
Skip intermediate layers when merging subsets (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens authored May 10, 2024
1 parent 90784f9 commit a34827f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/gftools/subsetmerger.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ def add_subsets(self):
for master in ds.sources:
newpath = os.path.join(outpath, os.path.basename(master.path))
target_ufo = open_ufo(master.path)
if master.layerName is not None:
continue

master.path = newpath

Expand Down

0 comments on commit a34827f

Please sign in to comment.