Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running without any gspell dictionaries installed #118

Closed
valpackett opened this issue Jul 9, 2020 · 1 comment
Closed

Running without any gspell dictionaries installed #118

valpackett opened this issue Jul 9, 2020 · 1 comment

Comments

@valpackett
Copy link

valpackett commented Jul 9, 2020

..currently fails:

File "/usr/local/lib/python3.7/site-packages/setzer/app/settings.py", line 83, in set_defaults
self.defaults['preferences']['spellchecking_language_code'] = Gspell.Language.get_default().get_code()
AttributeError: 'NoneType' object has no attribute 'get_code'

Probably shouldn't crash? Maybe check the result of get_default..

@cvfosammmm
Copy link
Owner

Should be fixed in latest master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants