Philipp Hörist pushed to branch master at gajim / gajim

Commits:
b3ef0d61 by Philipp Hörist at 2017-11-26T01:11:19+01:00
Catch ValueError on Gspell import

- - - - -


1 changed file:

- gajim/common/app.py


Changes:

=====================================
gajim/common/app.py
=====================================
--- a/gajim/common/app.py
+++ b/gajim/common/app.py
@@ -266,7 +266,7 @@ try:
         HAVE_SPELL = True
     else:
         spell_log.info('No dicts available')
-except ImportError:
+except (ImportError, ValueError):
     pass
 
 gajim_identity = {'type': 'pc', 'category': 'client', 'name': 'Gajim'}



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/b3ef0d61962d310a95424c12d4eacf41149da4ae

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/b3ef0d61962d310a95424c12d4eacf41149da4ae
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to