mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 10:03:17 +02:00
...
This commit is contained in:
parent
152e823c41
commit
edd44a559a
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ def handle_stats(src, nums):
|
|||
try:
|
||||
t = getattr(get_iso639_translator(l), 'gettext' if ispy3 else 'ugettext')
|
||||
t = partial(get_iso_language, t)
|
||||
except IndexError:
|
||||
except Exception:
|
||||
if is_ci and isosx:
|
||||
t = get_language
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue