diff --git a/Lib/ufoLib/__init__.py b/Lib/ufoLib/__init__.py index a17f8b649..ee87213ee 100755 --- a/Lib/ufoLib/__init__.py +++ b/Lib/ufoLib/__init__.py @@ -603,6 +603,8 @@ class UFOReader(object): valid, error = pngValidator(path=p) if valid: result.append(fileName) + else: + result.append(fileName) return result def readImage(self, fileName, validate=None):