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)
|
||||
if valid:
|
||||
result.append(fileName)
|
||||
else:
|
||||
result.append(fileName)
|
||||
return result
|
||||
|
||||
def readImage(self, fileName, validate=None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user