append the image fileName when no validation is required
This commit is contained in:
parent
46fefd82c7
commit
7763e01ef8
@ -603,6 +603,8 @@ class UFOReader(object):
|
|||||||
valid, error = pngValidator(path=p)
|
valid, error = pngValidator(path=p)
|
||||||
if valid:
|
if valid:
|
||||||
result.append(fileName)
|
result.append(fileName)
|
||||||
|
else:
|
||||||
|
result.append(fileName)
|
||||||
return result
|
return result
|
||||||
|
|
||||||
def readImage(self, fileName, validate=None):
|
def readImage(self, fileName, validate=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user