Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Sep 5, 2023
1 parent ec49023 commit d6e622a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fontra/backends/designspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ def _newUFOLayer(self, glyphName, ufoPath, suggestedLayerName):
existingLayerNames = set(reader.getLayerNames())
ufoLayerName = suggestedLayerName
count = 0
# getGlyphSet() will create the layer if it doesn't already exist
while glyphName in self.ufoManager.getGlyphSet(ufoPath, ufoLayerName):
# The glyph already exists in the layer, which means there is
# a conflict. Let's make up a layer name in which the glyph
Expand Down

0 comments on commit d6e622a

Please sign in to comment.