mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +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
|
ysize = lines * h
|
||||||
|
|
||||||
if xsize == 0 and ysize == 0:
|
if xsize == 0 and ysize == 0:
|
||||||
return ""
|
return
|
||||||
|
|
||||||
self.ysize = h
|
self.ysize = h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user