mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Always return None from compile()
This commit is contained in:
parent
1e8bad805e
commit
e9252a9353
|
@ -65,7 +65,7 @@ class FontFile:
|
|||
ysize = lines * h
|
||||
|
||||
if xsize == 0 and ysize == 0:
|
||||
return ""
|
||||
return
|
||||
|
||||
self.ysize = h
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user