parent
e926504157
commit
305b93625a
|
@ -494,8 +494,8 @@ class HotWordFactory:
|
|||
))
|
||||
instance = None
|
||||
except PreciseUnavailable:
|
||||
LOG.warning('Settings prevent Precise Engine use,
|
||||
falling back to default.')
|
||||
LOG.warning('Settings prevent Precise Engine use, '
|
||||
'falling back to default.')
|
||||
instance = None
|
||||
except Exception:
|
||||
LOG.exception(
|
||||
|
|
Loading…
Reference in New Issue