mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f5f81cbe85
commit
12072ac7d7
@ -35,7 +35,7 @@ def load_icu():
|
||||
if _icu is None:
|
||||
print plugins['icu'][1]
|
||||
else:
|
||||
if not _icu.ok:
|
||||
if not getattr(_icu, 'ok', False):
|
||||
print 'icu not ok'
|
||||
_icu = None
|
||||
return _icu
|
||||
|
Loading…
x
Reference in New Issue
Block a user