Skip to content

Commit

Permalink
Fix for flake8 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarcher101 committed Apr 5, 2021
1 parent 66b6356 commit e65de75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/builder/designspace_roundtrip_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ def test_roundtrip_self_ref(datadir, ufo_module):
ufos when working with bracket layers.
Starting with UFO: It's okay to have a bracket glyph that references its base
glyph as a component. However, on the glyphs.app side it's not okay because the base and
glyph as a component. However, on the glyphs.app side it's not okay because the base and
bracket glyphs are merged into a single glyph with the bracket glyph now being a layer.
Glyphsapp (2.6.1) does not like the self referencing component, but that's the best we can
do to preserve the information
do to preserve the information.
The goal here is to make sure that the valid ufo we start with, is still valid in ufo after
roundtriping. We are not concerned with making glyphs.app work properly at the intemediary
stage.
Expand Down

0 comments on commit e65de75

Please sign in to comment.