Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Sep 5, 2023
1 parent e60e620 commit f264939
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 @@ -524,6 +524,7 @@ def _newUFOLayer(self, glyphName, ufoPath, suggestedLayerName):
# does not exist.
count += 1
ufoLayerName = f"{suggestedLayerName}#{count}"

if ufoLayerName not in existingLayerNames:
reader.writeLayerContents()

Expand Down

0 comments on commit f264939

Please sign in to comment.