diff --git a/Lib/designSpaceDocument/ufoProcessor.py b/Lib/designSpaceDocument/ufoProcessor.py index f8ac37b92..63ff8a305 100644 --- a/Lib/designSpaceDocument/ufoProcessor.py +++ b/Lib/designSpaceDocument/ufoProcessor.py @@ -354,7 +354,7 @@ class DesignSpaceProcessor(DesignSpaceDocument): if oldName != newName: swapGlyphNames(font, oldName, newName) # store designspace location in the font.lib - font.lib['designspace'] = instanceDescriptor.location.items() + font.lib['designspace'] = list(instanceDescriptor.location.items()) return font def _instantiateFont(self, path):