From 21f36611f097c9f2577f9054aac8a262ef9e22d5 Mon Sep 17 00:00:00 2001 From: Tal Leming Date: Wed, 8 Jun 2016 10:31:39 -0400 Subject: [PATCH] Found something hardwired to the package structure. --- Lib/ufoLib/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/ufoLib/__init__.py b/Lib/ufoLib/__init__.py index 028e3a3da..07f8751a3 100755 --- a/Lib/ufoLib/__init__.py +++ b/Lib/ufoLib/__init__.py @@ -322,6 +322,7 @@ class UFOReader(object): if self._formatVersion < 3: return [(DEFAULT_LAYER_NAME, DEFAULT_GLYPHS_DIRNAME)] contents = self.fileSystem.readPlist(LAYERCONTENTS_FILENAME) + # XXX this won't work with the abstracted file system valid, error = layerContentsValidator(contents, self._path) if not valid: raise UFOLibError(error)