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:
|
if _icu is None:
|
||||||
print plugins['icu'][1]
|
print plugins['icu'][1]
|
||||||
else:
|
else:
|
||||||
if not _icu.ok:
|
if not getattr(_icu, 'ok', False):
|
||||||
print 'icu not ok'
|
print 'icu not ok'
|
||||||
_icu = None
|
_icu = None
|
||||||
return _icu
|
return _icu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user